Got alot of Errors in error_log Files:
Code:
[15-Aug-2012 09:46:48] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
[15-Aug-2012 09:46:48] PHP Warning:&
Code:
/ usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so pdo_pgsql.so deleted this file
[18-May-2012 09:53:10 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory
Getting these errors
/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so pdo_pgsql.so deleted this file
[18-May-2012 09:53:10 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or dir
Hi!, I submit the following warning in the log records:
PHP Warning: PHP Startup: Unable to load dynamic library '/var/cpanel/3rdparty//lib/php/extensions/no-debug-non-zts-20060613/zip.so' - /var/cpanel/3rdparty//lib/php/extensions/no-debug-non-zts-20060613/zip.so: cannot open shared object file: No such file or directory in Unknown on line 0
Try copying /usr/local/lib/php/extensions/no-deb
This error log is riddled everywhere in my server.
Code:
[31-May-2012 20:21:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
[31-May-2012 20:21:12 UTC] PHP W
I am running Ubuntu Server 12.04 and prefer to compile PHP myself as opposed to installing it using apt-get.
My server emails me when any messages goes to root. cron sends me messages. Today I got over 300 emails from my server all of which are
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/suhosin.so' - /usr/lib/php5/20090626+lfs/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
I have no idea why.
The error message “php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol” occurs when an application is not compatible with Suhosin.
The error message also appears when an old application/software is upgraded to it’s latest version.
I am compiling php extensions (memcached and xdebug), and when I run make install, they keep getting installed into /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626. So a few questions:
What does no-debug-non-zts-20090626 even mean, and why is it the default?
Is it good practice to edit the php.ini file and set the extension_dir directive to the aforementioned directory?