I get this warning in my error_log :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/: cannot open shared object file: No such file or directory in Unknown on line 0
My error_log would go up with this error
I check /usr/local/lib/php/extensions/no-debug-non-zts-20090626/. It's empty no extension there.
I googled this problem, the best suggestion I got that to copy those extensions to above folder and add it to dynamic library section in php.ini
I've been looking all php extension I've installed, but don't know where to look at.
Please help where can I find those extensions or .so? I'm using easy apache with PHP 5.3.4
Thanks
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/: cannot open shared object file: No such file or directory in Unknown on line 0
My error_log would go up with this error
I check /usr/local/lib/php/extensions/no-debug-non-zts-20090626/. It's empty no extension there.
I googled this problem, the best suggestion I got that to copy those extensions to above folder and add it to dynamic library section in php.ini
I've been looking all php extension I've installed, but don't know where to look at.
Please help where can I find those extensions or .so? I'm using easy apache with PHP 5.3.4
Thanks
Last edited: