Page 1 of 1

question about ImageMagick-libs dependency

Posted: 2013-04-13T12:01:39-07:00
by phliKtid
i had need to update ImageMagick outside of the normal yum repo, so i decided to get the latest rpm
files directly from the site. after adding quite a few rpms via yum for dependencies (that the old
ImageMagick version in the normal yum repo didn't need), i got the base ImageMagick 6.8.4-6 rpm
to install. (i am on centos 5.9, for what it's worth.)

but i also needed ImageMagick-devel (for Magick-config). when i tried to install it, i got a failed
dependency for ImageMagick-libs:

# rpm -Uvh ImageMagick-devel-6.8.4-6.x86_64.rpm
error: Failed dependencies:
ImageMagick-libs = 6.8.4-6 is needed by ImageMagick-devel-6.8.4-6.x86_64

that would've be fine, except i could find no 6.8.4-6 version of an ImageMagick-libs rpm. nor any version of
an ImageMagick-libs file on the ImageMagick website itself. from looking at the contents of the -libs files
of older versions on other repos, it appeared the base ImageMagick rpm installs both binaries and library files.
so i went ahead and used --nodeps to install -devel and ignore the -libs dependency, which seemed to work.

i'd like to know if that's acceptable or if i'm really missing some stuff and things will go horribly awry
very shortly. : )

thanks!