• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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