• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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