• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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