Page 1 of 1

ImageMagick RPM has unresolvable dependencies

Posted: 2016-08-22T20:30:15-07:00
by MrBluewoods
Hello,

I am trying to install ImageMagick 7 on CentOS 7. So far, CentOS's official repositories only have ImageMagick 6. Therefore, I tried to install the RPM on the ImageMagick download page. However, it seems to be missing dependencies on ImageMagick libraries:

Code: Select all

[username@SIMC7 Downloads]$ sudo rpm -i ImageMagick-7.0.2-9.x86_64.rpm 
error: Failed dependencies:
	ImageMagick-libs = 7.0.2-9 is needed by ImageMagick-7.0.2-9.x86_64
	libMagickCore-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.2-9.x86_64
	libMagickWand-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.2-9.x86_64
	libMagickWand-7.Q16HDRI.so.0(VERS_1.0)(64bit) is needed by ImageMagick-7.0.2-9.x86_64
Unless I'm mistaken, since those are ImageMagick libraries, there is no way to obtain them except from ImageMagick, and hence, they should be included in the package or downloadable from the website.

Thank you.