Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

Hi,

I'm trying to install ImageMagick-6.9.2-7.x86_64 on RHEL but when I try to install received below error message, can you please provide the link of rpm packages for this IM version.

Here is the error message:

root@otmmv16 ImageMagick]# rpm -ivh ImageMagick-6.9.2-7.x86_64.rpm
error: Failed dependencies:
ImageMagick-libs = 6.9.2-7 is needed by ImageMagick-6.9.2-7.x86_64
libMagickCore-6.Q16.so.2()(64bit) is needed by ImageMagick-6.9.2-7.x86_64
libMagickWand-6.Q16.so.2()(64bit) is needed by ImageMagick-6.9.2-7.x86_64

Thanks,
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

Can I get an update on this please.

Thanks,
Naveen
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

Required update please
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by fmw42 »

I know little about installing on Linux, but have you tried the links at http://www.imagemagick.org/script/binary-releases.php
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

Received this below error message when I make check:

PASS: tests/drawtest.tap 1
FAIL: tests/wandtest.tap 1
============================================================================
Testsuite summary for ImageMagick 6.9.2
============================================================================
# TOTAL: 40
# PASS: 39
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to http://www.imagemagick.org
============================================================================
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory `/opt/app/opentext/MediaManagement/ImageMagick'
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory `/opt/app/opentext/MediaManagement/ImageMagick'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/opt/app/opentext/MediaManagement/ImageMagick'
make: *** [check] Error 2
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

[root@otmmv16 ImageMagick]# less ./test-suite.log

Code: Select all


=========================================
   ImageMagick 6.9.2: ./test-suite.log
=========================================

# TOTAL: 40
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/wandtest
====================

lt-wandtest: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-wandtest: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
lt-wandtest: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-wandtest: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
tests/wandtest.c main 5321 non-conforming drawing primitive definition `text' @ error/draw.c/DrawImage/3169
1..1
Reading images...
Iterate forward...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Iterate reverse...
index 4 scene 4
index 3 scene 3
index 2 scene 2
index 1 scene 1
index 0 scene 0
Remove scene 1...
index 0 scene 0
index 1 scene 2
index 2 scene 3
index 3 scene 4
Insert scene 1 back in sequence...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Set scene 2 to scene 1...
index 0 scene 0
index 1 scene 1
index 2 scene 1
index 3 scene 3
index 4 scene 4
Apply image processing options...
not ok
FAIL: tests/wandtest.tap 1
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by naveen800 »

any update would be much appreciated please.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Error in installing ImageMagick-6.9.2-7.x86_64.rpm on RHEL 7

Post by magick »

It looks like this instance of ImageMagick does not include support for PNG. Apparently PNG support is required for the unit tests to pass.
Post Reply