• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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