• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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