• 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.

Resolved rpm_check_debug vs depsolve mysql update Error

Hexanet

New Pleskian
Hi I am having an update issue updating Plesk 12.5.30 from Version #42 to #59.

The error log is the following:
Code:
Running rpm_check_debug
Fatal error during packages installation: [u'ERROR with rpm_check_debug vs depsolve:', 'rpmlib(FileDigests) is needed by mysql-community-devel-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-devel-5.6.35-2.el6.x86_64', 'rpmlib(FileDigests) is needed by mysql-community-common-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-common-5.6.35-2.el6.x86_64', 'rpmlib(FileDigests) is needed by mysql-community-libs-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-libs-5.6.35-2.el6.x86_64', u'Please report this error at http://bugs.centos.org/yum5bug']
YumRPMCheckError: [u'ERROR with rpm_check_debug vs depsolve:', 'rpmlib(FileDigests) is needed by mysql-community-devel-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-devel-5.6.35-2.el6.x86_64', 'rpmlib(FileDigests) is needed by mysql-community-common-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-common-5.6.35-2.el6.x86_64', 'rpmlib(FileDigests) is needed by mysql-community-libs-5.6.35-2.el6.x86_64', 'rpmlib(PayloadIsXz) is needed by mysql-community-libs-5.6.35-2.el6.x86_64', u'Please report this error at http://bugs.centos.org/yum5bug']
Error: Failed to run the Yum utility.

I am on a ‪CentOS 5.11 (Final)‬ box with the following mysql versions:
[root@tek1 ~]# rpm -qa | grep -i mysql
mysql-devel-5.5.46-15100811
mysql-connector-odbc-3.51.26r1127-2.el5
mysql-libs-5.5.46-15100811
plesk-mysql-5.5.46-15100811
libmysqlclient15-5.0.77-4.el5_5.4.15012715
mysql-server-5.5.46-15100811
perl-DBD-MySQL-3.0007-2.el5
mysql-5.5.46-15100811
php-mysql-5.4.45-51.el5.art
plesk-mysql-server-12.5.30-cos5.build1205150826.19

Any hints or help would be appreciated. I am stuck.
 
Last edited:
Looks like the problem in incorrectly configured repositories.
Additionally, you can try to disable all third-party repos and run

# yum clean all
# yum update
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

Ok, I disabled all repos including MySQL and ran those commands. That worked. Thanks
 
Back
Top