• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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