Discussion:
Red Hat ImageMagick update problem
(too old to reply)
Jean-David Beyer
2015-07-25 13:45:24 UTC
Permalink
I get notified that I need to update Imagick, but it does not download
or update.

# rpm -Uvh ImageMagick-6.7.2.7-2.el6.x86_64.rpm
error: Failed dependencies:
libMagickCore.so.2()(64bit) is needed by (installed)
libxine1-1.1.19-5.el6.x86_64
libMagickWand.so.2()(64bit) is needed by (installed)
libxine1-1.1.19-5.el6.x86_64

Fine, but I have those libraries.

# ls -l /usr/lib64/libMagick*
lrwxrwxrwx. 1 root root 22 Feb 11 2014
/usr/lib64/libMagickCore.so.2 -> libMagickCore.so.2.0.0
-rwxr-xr-x. 1 root root 2229096 Jan 30 2014
/usr/lib64/libMagickCore.so.2.0.0
lrwxrwxrwx. 1 root root 22 Feb 11 2014
/usr/lib64/libMagickWand.so.2 -> libMagickWand.so.2.0.0
-rwxr-xr-x. 1 root root 1097720 Jan 30 2014
/usr/lib64/libMagickWand.so.2.0.0

How do others manage this?
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key:166D840A 0C610C8B Registered Machine 1935521.
/( )\ Shrewsbury, New Jersey http://linuxcounter.net
^^-^^ 09:40:01 up 10 days, 7:44, 3 users, load average: 4.68, 4.90, 4.96
Scott Lurndal
2015-07-27 13:15:24 UTC
Permalink
Post by Jean-David Beyer
I get notified that I need to update Imagick, but it does not download
or update.
# rpm -Uvh ImageMagick-6.7.2.7-2.el6.x86_64.rpm
libMagickCore.so.2()(64bit) is needed by (installed)
libxine1-1.1.19-5.el6.x86_64
libMagickWand.so.2()(64bit) is needed by (installed)
libxine1-1.1.19-5.el6.x86_64
Fine, but I have those libraries.
# ls -l /usr/lib64/libMagick*
lrwxrwxrwx. 1 root root 22 Feb 11 2014
/usr/lib64/libMagickCore.so.2 -> libMagickCore.so.2.0.0
-rwxr-xr-x. 1 root root 2229096 Jan 30 2014
/usr/lib64/libMagickCore.so.2.0.0
lrwxrwxrwx. 1 root root 22 Feb 11 2014
/usr/lib64/libMagickWand.so.2 -> libMagickWand.so.2.0.0
-rwxr-xr-x. 1 root root 1097720 Jan 30 2014
/usr/lib64/libMagickWand.so.2.0.0
How do others manage this?
Did you try --nodeps?

Loading...