• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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