Litespeed potentially breaking yum update - not sure -- "(@litespeed-update)" broken...

c0ldshadow

Well-Known Member
#1
Hi Team, I'm running the latest version of Litespeed... LiteSpeed Web Server Enterprise 5.4.7.. .paid customer

Today I ran yum update and it failed with the following output, and some of the text involved Litespeed (notice "(@litespeed-update)" so I'm not sure if this problem is related to my Litespeed install or not. Please advise.... thanks

Code:
[root@darkice sql]# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirrors.liquidweb.com
 * epel: ord.mirror.rackspace.com
 * extras: mirrors.liquidweb.com
 * updates: centos.mirrors.tds.net
Resolving Dependencies
--> Running transaction check
---> Package ImageMagick.x86_64 0:6.7.8.9-18.el7 will be updated
--> Processing Dependency: libMagickCore.so.5()(64bit) for package: lsphp73-pecl-imagick-3.4.4-2.el7.7.3.x86_64
--> Processing Dependency: libMagickWand.so.5()(64bit) for package: lsphp73-pecl-imagick-3.4.4-2.el7.7.3.x86_64
---> Package ImageMagick.x86_64 0:6.9.10.68-3.el7 will be an update
--> Finished Dependency Resolution
Error: Package: lsphp73-pecl-imagick-3.4.4-2.el7.7.3.x86_64 (@litespeed-update)
           Requires: libMagickWand.so.5()(64bit)
           Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
               libMagickWand.so.5()(64bit)
           Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
               Not found
Error: Package: lsphp73-pecl-imagick-3.4.4-2.el7.7.3.x86_64 (@litespeed-update)
           Requires: libMagickCore.so.5()(64bit)
           Removing: ImageMagick-6.7.8.9-18.el7.x86_64 (@base)
               libMagickCore.so.5()(64bit)
           Updated By: ImageMagick-6.9.10.68-3.el7.x86_64 (base)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
 

Pong

Administrator
Staff member
#2
It is a known issue Imagick suddenly stops working, You will have to uninstall and install imagick module again for PHP - CentOS/RHEL/CloudLinux 7.8 pushed an update for Imagemagick libraries, which apparently broke some stuff, and a reinstall fixes it.
 
Top