• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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