Looking for 64-bit version of ImageMagick for RedHat Linux

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
dtyler
Posts: 2
Joined: 2014-10-16T14:20:33-07:00
Authentication code: 6789

Looking for 64-bit version of ImageMagick for RedHat Linux

Post by dtyler »

I am looking for an rpm install of ImageMagick for 64-bit RedHat linux. The website has a link for it, but the download appears to be a tiny stub file of some sort that does not work. I can download the 32-bit version, but it has dependencies on a number of 32-bit libraries that are not on my machines. If anyone knows where I can find an rpm for a working 64-bit version I'd appreciate it.

Thanks!
dtyler
Posts: 2
Joined: 2014-10-16T14:20:33-07:00
Authentication code: 6789

Re: Looking for 64-bit version of ImageMagick for RedHat Lin

Post by dtyler »

Thank you for your reply.

I was fairly certain that the file was incomplete as the 32-bit version is 6236 KB while the 64-bit version was 137 KB. I went ahead and tried it and received the following errors:

rpm -iv --test ImageMagick-6.8.9-8.x86_64.rpm

error: Failed dependencies:
ImageMagick-libs = 6.8.9.8-0.fc20 is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
libMagickCore-6.Q16.so.2()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
libMagickWand-6.Q16.so.2()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
libfftw3.so.3()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
liblcms2.so.2()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
libltdl.so.7()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
liblzma.so.5()(64bit) is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by ImageMagick-6.8.9.8-0.fc20.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by ImageMagick-6.8.9.8-0.fc20.x86_64


So it appears that the 64-bit version is a working rpm, but is missing ImageMagick libraries and other components.
arizonagroovejet
Posts: 28
Joined: 2009-01-20T12:37:52-07:00

Re: Looking for 64-bit version of ImageMagick for RedHat Lin

Post by arizonagroovejet »

Red Hat Linux was discontinued ten years ago (https://en.wikipedia.org/wiki/Red_Hat_Linux) so I'm assuming you mean I'm assuming you mean Red Hat Enterprise Linux. ;)

Is there a reason you're looking for an rpm for ImageMagick rather than using version of ImageMagick that is included in Red Hat Enterprise Linux?
Post Reply