• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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