pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: redis problem: can't load module redisbloom.so



* On 2026-09-22 at 16:24 BST, Takahiro Kambe wrote:

1. redis.conf contains lines to use these modules as snow flurry wrote:

# >>> BEGIN: loadmodule paths (replaced by make deploy) <<<
loadmodule ./modules/redisbloom/redisbloom.so
loadmodule ./modules/redisearch/redisearch.so
loadmodule ./modules/redisjson/rejson.so
loadmodule ./modules/redistimeseries/redistimeseries.so
# <<< END: loadmodule paths <<<

2. redis/Makefile contains these lines, so no redis's module will be built.

# Don't build modules. These require cmake, clang and rust.
post-extract:
	${RM} -f -r ${WRKSRC}/modules/*/src

Ugh, we should NOT be shipping broken software, regardless of personal preferences. That's really poor. I think this should have been discussed before updating to 8.10 so that we could at least decide on how to proceed, rather than just breaking user production installs.

--
Jonathan Perkin                    pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index