• 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

12.0.18 Update 33 mySQL dependency error

I have a CentOS 5.x installation that is otherwise fully up to date, however on the auto updater attempting to apply 12.0.18 update it failed and I tracked it down to the following dependency issue:

Missing Dependency: perl(GD) is needed by package mysql-bench-5.5.41-15012715.x86_64 (MYSQL_5_5_41-dist)

Plesk bundles a custom version of mySQL, however the perl-GD dependency doesn't appear to be available in CentOS 5.x

Is it possible to provide instructions on how to work around this?
 
As possible workaround try to remove mysql-bench package:

# rpm -e mysql-bench
 
Back
Top