/usr/lib/apache/libphp5.so: undefined symbol: client_errors

keisko

Verified User
Joined
Oct 31, 2011
Messages
34
Hi,

I've updated server softwares via yum update command, and then I updated other softwares via custombuild.
Since then, seeing the error message (see thread title).
Apache and PHP doesn't work anymore.

I've tried to fix the issue via below commands;
I just re-installed MariaDB via RPM, doesn't help. (https://kb.askmonty.org/en/mariadb-for-directadmin-using-rpms/)
I just re-complied php with ./build php n doesn't help.

Anyone can help?
Thx.
 
php -v returns with following error:
Code:
php: symbol lookup error: php: undefined symbol: client_errors
 
Back
Top