• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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