← Back to team overview

ius-community team mailing list archive

php53u-pecl-imagick dependency errors

 

Hi,

I recently upgraded from IUS PHP 5.2 to IUS PHP 5.3.5. Now I am in the
process of reinstalling my PHP extensions/modules. So far I have
php53u-pear installed. Now I'm trying to get imagick installed but
dependency errors are being returned:

sudo yum install php53u-pecl-imagick
Loaded plugins: replace, rhnplugin, security
Excluding Packages in global exclude list
Finished
Setting up Install Process

Resolving Dependencies
--> Running transaction check
---> Package php53u-pecl-imagick.x86_64 0:3.0.1-2.ius.el5 set to be updated
--> Processing Dependency: libWand.so.10()(64bit) for package:
php53u-pecl-imagick
--> Processing Dependency: libMagick.so.10()(64bit) for package:
php53u-pecl-imagick
--> Finished Dependency Resolution
php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 from ius has depsolving problems
  --> Missing Dependency: libWand.so.10()(64bit) is needed by package
php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 (ius)
php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 from ius has depsolving problems
  --> Missing Dependency: libMagick.so.10()(64bit) is needed by
package php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 (ius)

Error: Missing Dependency: libWand.so.10()(64bit) is needed by package
php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 (ius)
Error: Missing Dependency: libMagick.so.10()(64bit) is needed by
package php53u-pecl-imagick-3.0.1-2.ius.el5.x86_64 (ius)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest


A few months ago I installed the latest version of ImageMagick:

sudo wget ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.3-9.x86_64.rpm
sudo wget ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-devel-6.6.3-9.x86_64.rpm
	sudo rpm -Uvh ImageMagick-6.6.3-9.x86_64.rpm
	sudo rpm -Uvh ImageMagick-devel-6.6.3-9.x86_64.rpm
	ImageMagick-devel required a dependcy: sudo yum install jasper-devel


… that worked fine with IUS PHP 5.2 but I think I used the non-IUS
imagick extension instead (sudo pecl install imagick). I wanted to try
using the IUS version this time. Any recommendations on how to proceed
from here? Many thanks,

Nick



Follow ups