Comments - Error: symbol mysql_get_server_name, version libmysqlclient_16 not defined

13 years, 7 months ago Eric Koh

I had this problem on my centos because I was using zend server ce and the linker was using zend's libmysqlclient.so instead of the one inside /usr/lib

Adding the line /usr/lib at the top of /etc/ld.so.conf and running ldconfig solved the problem

Thanks!

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.