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

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