• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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