• 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

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