• 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

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