• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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