• 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 12.0.18 MU#60 - Imagick CentOS 6.7 Still Fails

pleskpanel

Regular Pleskian
The follow error is generated when applying the latest MU#60 on Plesk 12.0.18:

Updating: plesk-wp-cli-0.18.0-15081116.noarch [1/2]
Cleanup: plesk-wp-cli [2/2]
Verify: 1/2: plesk-wp-cli.noarch 0:0.18.0-15081116 - u
Verify: 2/2: plesk-wp-cli.noarch 0:0.18.0-15021212 - ud
===> Cumulative APS controller upgrade (final stage) has been started.
===> Cumulative upgrade of APS controller (final stage) has been completed.
===> Cumulative Plesk upgrade (final stage) has been started.
===> Preparing Plesk upgrade (final stage).
===> Cumulative upgrade of Plesk (final stage) has been completed.
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh: line 394: /etc/httpd/conf/httpd.conf.rpmnew
/etc/httpd/conf/httpd.conf.new: No such file or directory
cat: write error: Broken pipe
mv: target `/etc/httpd/conf/httpd.conf' is not a directory
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh: line 394: /etc/httpd/conf/httpd.conf.rpmnew
/etc/httpd/conf/httpd.conf.new: No such file or directory
cat: write error: Broken pipe
mv: target `/etc/httpd/conf/httpd.conf' is not a directory
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh: line 394: /etc/httpd/conf/httpd.conf.rpmnew
/etc/httpd/conf/httpd.conf.new: No such file or directory
cat: write error: Broken pipe
mv: target `/etc/httpd/conf/httpd.conf' is not a directory
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh: line 394: /etc/httpd/conf/httpd.conf.rpmnew
/etc/httpd/conf/httpd.conf.new: No such file or directory
cat: write error: Broken pipe
mv: target `/etc/httpd/conf/httpd.conf' is not a directory
Stopping sw-cp-serverd: [ OK ]
Starting psa... Starting sw-engine-fpm: [ OK ]
 
CentOS 6.7 - PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - libMagickWand.so.2: cannot open shared object file: No such file or directory in Unknown on line 0
 
same for me while installing MU#60 on CentOS 6.7:

Exception: Failed to solve dependencies:
php-pecl-imagick-2.2.2-4.el6.x86_64 requires libMagickCore.so.2()(64bit)
php-pecl-imagick-2.2.2-4.el6.x86_64 requires libMagickWand.so.2()(64bit)

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.
 
Hello,

also getting Update Errors on multiple Plesk Servers when they try to update to Centos 6.7 ... latest MU #60 is installed
Error:
Code:
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.5.4.7-7.el6_5 will be updated
--> Processing Dependency: libMagickCore.so.2()(64bit) for package: psiconv-0.9.8-5.el6.x86_64
---> Package libwmf.x86_64 0:0.2.8.4-23.el6 will be installed
---> Package vim-filesystem.x86_64 2:7.4.629-5.el6 will be installed
--> Finished Dependency Resolution
Error: Package: psiconv-0.9.8-5.el6.x86_64 (@epel)
           Requires: libMagickCore.so.2()(64bit)
           Removing: ImageMagick-6.5.4.7-7.el6_5.x86_64 (@updates)
               libMagickCore.so.2()(64bit)
           Updated By: ImageMagick-6.7.2.7-2.el6.x86_64 (base)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

and on another Plesk Server:

Code:
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.5.4.7-7.el6_5 will be updated
--> Processing Dependency: libMagickCore.so.2()(64bit) for package: php-pecl-imagick-2.2.2-4.el6.x86_64
--> Processing Dependency: libMagickWand.so.2()(64bit) for package: php-pecl-imagick-2.2.2-4.el6.x86_64
---> Package libwmf.x86_64 0:0.2.8.4-23.el6 will be installed
---> Package vim-filesystem.x86_64 2:7.4.629-5.el6 will be installed
--> Finished Dependency Resolution
Error: Package: php-pecl-imagick-2.2.2-4.el6.x86_64 (@epel)
           Requires: libMagickCore.so.2()(64bit)
           Removing: ImageMagick-6.5.4.7-7.el6_5.x86_64 (@updates)
               libMagickCore.so.2()(64bit)
           Updated By: ImageMagick-6.7.2.7-2.el6.x86_64 (base)
               Not found
Error: Package: php-pecl-imagick-2.2.2-4.el6.x86_64 (@epel)
           Requires: libMagickWand.so.2()(64bit)
           Removing: ImageMagick-6.5.4.7-7.el6_5.x86_64 (@updates)
               libMagickWand.so.2()(64bit)
           Updated By: ImageMagick-6.7.2.7-2.el6.x86_64 (base)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Any ideas on this?

Thank you
Andreas Schnederle-Wagner
 
Last edited:
Blame ImageMagick soname change for this:
https://bugzilla.redhat.com/show_bug.cgi?id=1248069
You need to pull the php-pecl-imagick srpm from EPEL and rebuild it against the new ImageMagick libraries on a test, fresh CentOS 6.7 machine with the required development packages installed. Or, remove the existing php-pecl-imagick package and install the extension from source running "pecl install imagick".
 
Back
Top