• 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

Solved: CentOs 6.6 Yum update error plesk-php54-imagick-3.1.2-centos6.15081011.x86_64...

TarasS

Basic Pleskian
I have noticed problems with update on one of my server with CentOS 6.6

Please, advice me how can I get fixed this issue.


Detailed log at: https://_IP_address_:8443/admin/update/log/id/4a0fe0a3-743a-1419-c585-c27032b66052

Execution failed.
Command: autoinstaller
Arguments: Array
(
[0] => --select-product-id
[1] => plesk
[2] => --select-release-current
[3] => --upgrade-installed-components
[4] => --include-components-from-class
[5] => vendor=parallels
[6] => --include-components-from-class
[7] => patched
)

Details: Doing restart of Parallels Installer...
File downloading products.inf3: 100% was finished.
File downloading plesk.inf3: 16%..23%..30%..43%..50%..61%..75%..82%..91%..100% was finished.
File downloading ppsmbe.inf3: 39%..100% was finished.
File downloading sitebuilder.inf3: 48%..100% was finished.
File downloading sso.inf3: 51%..100% was finished.
File downloading setemplates.inf3: 94%..100% was finished.
File downloading pp-sitebuilder.inf3: 17%..30%..51%..67%..73%..80%..96%..100% was finished.
File downloading billing.inf3: 11%..23%..36%..40%..59%..76%..81%..94%..100% was finished.
File downloading mysql.inf3: 100% was finished.
File downloading apache.inf3: 100% was finished.
File downloading nginx.inf3: 21%..66%..100% was finished.
File downloading php56.inf3: 100% was finished.
File downloading php55.inf3: 100% was finished.
File downloading php54.inf3: 100% was finished.
File downloading php53.inf3: 100% was finished.
File downloading php52.inf3: 100% was finished.
Checking for installed packages...
File downloading PSA_12.0.18/plesk-12.0.18-cos6-x86_64.inf3: 13%..24%..34%..44%..57%..67%..90%..100% was finished.
File downloading PSA_12.0.18/plesk-patches-12.0.18-cos6-x86_64.inf3: 12%..21%..36%..45%..50%..67%..77%..83%..95%..100% was finished.
File downloading SITEBUILDER_12.0.7/sitebuilder-12.0.7-rhall-all.inf3: 100% was finished.
File downloading BILLING_12.0.18/billing-12.0.18-rhall-all.inf3: 100% was finished.
File downloading NGINX_1.6.0/nginx-1.6.0-cos6-x86_64.inf3: 100% was finished.
File downloading PHP_5.6.13/php56-5.6.13-cos6-x86_64.plesk12.inf3: 66%..100% was finished.
File downloading PHP_5.5.29/php55-5.5.29-cos6-x86_64.plesk12.inf3: 66%..100% was finished.
File downloading PHP_5.4.45/php54-5.4.45-cos6-x86_64.plesk12.inf3: 66%..100% was finished.
File downloading PHP_5.3.29/php53-5.3.29-cos6-x86_64.plesk12.inf3: 64%..100% was finished.
File downloading PHP_5.2.17/php52-5.2.17-cos6-x86_64.plesk12.inf3: 66%..100% was finished.
chcon: failed to change context of `/usr/local/psa/bin/yum_install' to `system_u:eek:bject_r:rpm_exec_t:s0': Operation not supported
Loaded plugins: fastestmirror


Detecting installed product components.
Gathering information about installed license key...
Launching component checkers...
File downloading PSA_12.0.18/examiners/panel_preupgrade_checker.php: 11%..21%..31%..42%..54%..61%..73%..84%..95%..100% was finished.
File downloading PSA_12.0.18/examiners/php_launcher.sh: 100% was finished.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirror.nexcess.net

PHP_5_2_17-dist | 2.9 kB 00:00

PHP_5_2_17-thirdparty | 2.9 kB 00:00

PHP_5_3_29-dist | 2.9 kB 00:00

PHP_5_3_29-thirdparty | 2.9 kB 00:00

PHP_5_4_45-dist | 2.9 kB 00:00

PHP_5_4_45-thirdparty | 2.9 kB 00:00

PHP_5_5_29-dist | 2.9 kB 00:00

PHP_5_5_29-thirdparty | 2.9 kB 00:00

PHP_5_6_13-dist | 2.9 kB 00:00

PHP_5_6_13-thirdparty | 2.9 kB 00:00

PPB_12_0_18-dist | 951 B 00:00

PPB_12_0_18-thirdparty | 951 B 00:00

PSA_12_0_18-dist | 2.9 kB 00:00

PSA_12_0_18-thirdparty | 2.9 kB 00:00

SITEBUILDER_12_0_7-dist | 951 B 00:00

SITEBUILDER_12_0_7-thirdparty | 951 B 00:00
Exception: Failed to solve dependencies:
plesk-php54-imagick-3.1.2-centos6.15081011.x86_64 requires libMagickWand.so.5()(64bit)
plesk-php54-imagick-3.1.2-centos6.15081011.x86_64 requires libMagickCore.so.5()(64bit)

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

This problem was fixed by installing: ImageMagick-6.7.2.7-2 and ImageMagick-devel-6.7.2.7-2 from ftp://fr2.rpmfind.net/linux/centos/6.7/os/x86_64/Packages/ .
# rpm -Uvh ImageMagick-6.7.2.7-2.el6.x86_64.rpm
# rpm -Uvh ImageMagick-devel-6.7.2.7-2.el6.x86_64.rpm

Then we was able to run Plesk update manualy:
# /usr/local/psa/admin/sbin/autoinstaller

Update was installed successfully.
 
Back
Top