• 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.

Update to MySQL 5.0.77

U

user1599

Guest
I am trying to update MySQL server to 5.0.77 and whenever I run yum update mysql or even yum update all i get this error message. I am running Centos 5.3 Plesk 9.2 software.

--> Processing Dependency: /usr/lib/mysql/libmysqlclient.so.15 for package: sw-engine
--> Finished Dependency Resolution
sw-engine-2.0-3.200903131156.centos5.i386 from installed has depsolving problems
--> Missing Dependency: /usr/lib/mysql/libmysqlclient.so.15 is needed by package sw-engine-2.0-3.200903131156.centos5.i386 (installed)
Error: Missing Dependency: /usr/lib/mysql/libmysqlclient.so.15 is needed by package sw-engine-2.0-3.200903131156.centos5.i386 (installed)

Is there anything I can do to fix this?

Thanks
 
Hello,

Please perform the following commands:

rpm -qpl <rpm_package_name>
rpm -qp --provides <rpm_package_name>

Then please post the result of this commands here.
Note that you need to download MySQl 5 package first.
 
is that an x86_64 system by any chance?

also whose mysql 5.0.77 package are you using? Perhaps its writing that library to a different directory than sw-engine requires.
 
Back
Top