Unable to load dynamic library error
my error_log is filled (thousands of lines) with:
Memcache has been selected/compiled using EasyApache 4 Looking a bit back, it used to say (thousands of lines):
but since 27-Sep-2018 15:49:01 UTC it's unable to load the library.
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php56/root/usr/lib64/php/modules/memcache.so' - /opt/cpanel/ea-php56/root/usr/lib64/php/modules/memcache.so: cannot open shared object file: No such file or directory in Unknown on line 0Memcache has been selected/compiled using EasyApache 4 Looking a bit back, it used to say (thousands of lines):
[27-Sep-2018 15:40:01 UTC] PHP Warning: Module 'memcache' already loaded in Unknown on line 0but since 27-Sep-2018 15:49:01 UTC it's unable to load the library.
-
Hi @PatrickVeenstra It sounds like you're loading it in a separate .ini file. I would check the .ini files in the user's home directories as well as the one for the PHP version you're using as it's loaded through an include and shouldn't need to be specifically included in the .ini file. 0 -
There isn't an .ini file on that account. Where's the one of the PHP version located? 0 -
Hi @PatrickVeenstra Personally I'd check the following locations: /home/$user/ /home/$/user/public_html/ /opt/cpanel/ea-phpXX/root/etc/php.ini0
Please sign in to leave a comment.
Comments
3 comments