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



Jonathan Perkin <jperkin%pkgsrc.org@localhost> writes:

> * 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.

Adam: can you comment on this?  It looks like modules are new in 8.10,
and the 8.10 update has a default config that requires them.  Did redis
work for you?


Home | Main Index | Thread Index | Old Index