• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Plesk PHP updates missing ImageMagick dependencies?

websavers

Regular Pleskian
Latest PHP package ugprades via yum result in these errors:

Code:
Error: Package: plesk-php70-imagick-3.4.1-centos7.18010912.x86_64 (PLESK_17_PHP70)

          Requires: libMagickCore.so.5()(64bit)

          Available: ImageMagick-6.7.8.9-15.el7_2.x86_64 (base)

              libMagickCore.so.5()(64bit)

          Installed: ImageMagick-7.0.7-0.x86_64 (installed)

              Not found

Error: Package: plesk-php56-imagick-3.1.2-centos7.18010913.x86_64 (PLESK_17_PHP56)

          Requires: libMagickWand.so.5()(64bit)

          Available: ImageMagick-6.7.8.9-15.el7_2.x86_64 (base)

              libMagickWand.so.5()(64bit)

          Installed: ImageMagick-7.0.7-0.x86_64 (installed)

              Not found

Depenencies appear to be there... but it doesn't like them? Does it require an updated version of ImageMagick that the CentOS repos don't have?
 
Nevermind. Problem solved with:
Code:
yum downgrade ImageMagick
Apparently version 7 of ImageMagick removes those dependencies. Must have got the package from epel or rpmforge when the repos shouldn't have been enabled.
 
Back
Top