Unable to load dynamic library memcached.so RHEL8
Posted: Mon Dec 13, 2021 4:10 am
Hi,
I'm installing a new NagiosXI server on a RHEL8 and after following the memcached documentation https://assets.nagios.com/downloads/nag ... ios_XI.pdf I can see that memcached is running and the memcached-tools displays some information when executed. But when I run any command that involves php like reconfigure_nagios.sh or php -v I get the following warning:
PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/lib64/php/modules/memcached.so (/u sr/lib64/php/modules/memcached.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/me mcached.so.so (/usr/lib64/php/modules/memcached.so.so: cannot open shared object file: No such file or directory)) in Un known on line 0
If I do a "find / -name memcached.so" it is not found on the server so I guess there is some package missing.
I'm installing a new NagiosXI server on a RHEL8 and after following the memcached documentation https://assets.nagios.com/downloads/nag ... ios_XI.pdf I can see that memcached is running and the memcached-tools displays some information when executed. But when I run any command that involves php like reconfigure_nagios.sh or php -v I get the following warning:
PHP Warning: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/lib64/php/modules/memcached.so (/u sr/lib64/php/modules/memcached.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/me mcached.so.so (/usr/lib64/php/modules/memcached.so.so: cannot open shared object file: No such file or directory)) in Un known on line 0
If I do a "find / -name memcached.so" it is not found on the server so I guess there is some package missing.