Hello,
I have installed Nextcloud 17 on centos 8 (with Nginx) ; it works great except for cache memory.
I have a message about redis.so which seems not be avalaible from EPEL centos 8 : “PHP Startup : unable to load dynamic library ‘redis.so’ …”
Is there a way to install redis properly ?
check if the redis.so file does exist on your system
What I am aiming at is a change in a PHP version, where modules are no longer enabled by the name “redis.so” but “redis” instead. The .so extension is appended automatically when looking for the file. So enabling with “redis.so” would search the module folder for a file “redis.so.so”.
Could be another issue for you, but I would like to rule that out as well.
php-fpm[16524]: [13-Jan-2020 11:25:01] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library ‘redis.so’ (tried: /usr/lib64/php/modules/redis.so (/usr/lib64/php/modules/redis.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/redis.so.so (/usr/lib64/php/modules/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0