• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

libmysqlclient.so.12 error with php5 install

B

bram

Guest
Hello,

I'm installing php5-cgi from serverpeak.com. I do the install with yum and have centos 3.3 OS.

I already upgrade mysql and want now install php5-cgi-mysql but have the follow error:

Package php5-cgi-mysql needs libmysqlclient.so.12, this is not available

A search give the follow
[root@server httpdocs]# locate libmysqlclient.so
/usr/lib/mysql/libmysqlclient.so.14
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient.so.14.0.0
/usr/lib/libmysqlclient.so.10
/usr/lib/libmysqlclient.so.10.0.0

no libmysqlclient.so.12. On rpmfind.net I don't find a RH3/centos package.

Can someone help me with this? thanks!

kind regards,

bram
 
Bram,

Have you tried creating a sym-link and then force installing the rpms?

cd /lib/mysql
ln -s libmysqlclient.so.14.0.0 libmysqlclient.so.12

then rpm -i --force the.rpm
 
Back
Top