RediSearch / RSCoordinator

RediSearch coordinator
Other
23 stars 10 forks source link

module-oss.so loading failed #341

Open chenlizhao opened 2 years ago

chenlizhao commented 2 years ago

centos7.9, redis-6.2.5, while loading module-oss.so, it failed as:

25528:M 27 Jan 2022 20:25:10.385 # Module /opt/redis/module-oss.so initialization failed. Module not loaded 25528:M 27 Jan 2022 20:25:10.385 # Can't load module from /opt/redis/module-oss.so: server aborting

where can I see the detail log?

xiaohei31 commented 2 years ago

RSCoordinator is deprecated for RediSearch>=2.2. RSCoordinator is already merged into RediSearch. Please try make RediSearch by make build COORD=1

chenlizhao commented 2 years ago

RSCoordinator is deprecated for RediSearch>=2.2. RSCoordinator is already merged into RediSearch. Please try make RediSearch by make build COORD=1

I tried make build with COORD=1, but still failed when loding module-oss.so, do I only need to load this module without loading redisearch.so?

xiaohei31 commented 2 years ago

just module-oss.so

发自我的iPhone

------------------ Original ------------------ From: chenlizhao @.> Date: Mon,Feb 7,2022 1:29 PM To: RediSearch/RSCoordinator @.> Cc: xiaohei31 @.>, Comment @.> Subject: Re: [RediSearch/RSCoordinator] module-oss.so loading failed (Issue#341)

jingyanyun commented 1 year ago

Module /root/redis-6.0.9/modules/module-oss.so initialization failed. Module not loaded Can't load module from /root/redis-6.0.9/modules/module-oss.so: server aborting

jingyanyun commented 1 year ago

centos7.9, redis-6.2.5, while loading module-oss.so, it failed as:

25528:M 27 Jan 2022 20:25:10.385 # Module /opt/redis/module-oss.so initialization failed. Module not loaded 25528:M 27 Jan 2022 20:25:10.385 # Can't load module from /opt/redis/module-oss.so: server aborting

where can I see the detail log?

Has the problem been solved?

xtianus79 commented 3 months ago

no