• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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