• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

10.4.4 Upgrade with mysql conflicts

Ernie@

Basic Pleskian
Hi IgorG,

Thanks for your prompt reply. I've resolved some of the problems.

However, when I executed
/usr/local/psa/admin/sbin/autoinstaller --select-release-latest --upgrade-installed-components

it comes to another problem about the MySQL conflicts as below. I'm currently installed MySQL 5.5.19 and php 5.3.

Can I remove the libmysqlclient?

Thanks.

===============================
autoinstaller3.log extract
-------------------------


#selectBestResolvers(): Can't find solution for 'libmysqlclient.so.15()(64bit)' of plesk-core-10.13.4-cos5.build1013111102.18.x86_64.
Add plesk-core-10.13.4-cos5.build1013111102.18.x86_64 to black list
Migrating plesk-core-10.13.4-cos5.build1013111102.18.x86_64 to blacklist
The requested package "plesk-core" could not be installed: dependency 'libmysqlclient.so.15()(64bit)' is unresolved
---- start dependency problems explanation -----
Searching problems for the "plesk-core" package.
plesk-core-10.13.4-cos5.build1013111102.18.x86_64: No suitable solutions were found
for the "libmysqlclient.so.15()(64bit)" dependency.
The "MySQL-shared-compat-5.5.19-1.rhel5.x86_64" package resolves "libmysqlclient.so.15()(64bit)".
There is no explanation for the "MySQL-shared-compat" package.
The "libmysqlclient15-5.0.77-4.el5_5.4.11062011.x86_64" package resolves "libmysqlclient.so.15()(64bit)".
There is no explanation for the "libmysqlclient15" package.
The "mysql-5.0.77-4.el5_6.6.x86_64" package resolves "libmysqlclient.so.15()(64bit)".
Searching problems for the "mysql" package.
Unable to downgrade 'mysql' package to version 5.0.77-4.el5_6.6:
version 5.5.14-11071510 is currently installed.
The "libmysqlclient15-5.0.77-4.el5_5.4.11062011.x86_64" package resolves "libmysqlclient.so.15()(64bit)".
There is no explanation for the "libmysqlclient15" package.
---- end dependency problems explanation -----
Solution for dependency 'libmysqlclient.so.15()(64bit)' is not available.

The following could cause the installation failure:
1)plesk-core-10.13.4-cos5.build1013111102.18.x86_64: No suitable solutions were found
for the "libmysqlclient.so.15()(64bit)" dependency.

2)Unable to downgrade 'mysql' package to version 5.0.77-4.el5_6.6:
version 5.5.14-11071510 is currently installed.



The following could cause the installation failure:
1)plesk-core-10.13.4-cos5.build1013111102.18.x86_64: No suitable solutions were found
for the "libmysqlclient.so.15()(64bit)" dependency.

2)Unable to downgrade 'mysql' package to version 5.0.77-4.el5_6.6:
version 5.5.14-11071510 is currently installed.
 
Not sure but you can try to remove conflicted packages only from rpm database with corresponding option --justdb for rpm command.
 
Back
Top