• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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