• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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