Install ImageMagick 6.4.x on CentOS 5?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
hyperlinked

Install ImageMagick 6.4.x on CentOS 5?

Post by hyperlinked »

Anyone have any luck installing ImageMagick 6.4.x on CentOS 5? I need to use MagickWand for PHP and that requires ImageMagick 6.3.5 or later. Any successful install of IM 6.3.5 or later will suit my needs fine.

Since the version of ImageMagick in the yum repositories was limited to version 6.2.8, I tried to install 6.4.2 from its rpm, but got the following errors:

libHalf.so.6 is needed by ImageMagick-6.4.2-1.i386
libIex.so.6 is needed by ImageMagick-6.4.2-1.i386
libIlmImf.so.6 is needed by ImageMagick-6.4.2-1.i386
libIlmThread.so.6 is needed by ImageMagick-6.4.2-1.i386
libImath.so.6 is needed by ImageMagick-6.4.2-1.i386
libcdt.so.4 is needed by ImageMagick-6.4.2-1.i386
libgraph.so.4 is needed by ImageMagick-6.4.2-1.i386
libgvc.so.4 is needed by ImageMagick-6.4.2-1.i386
libjasper.so.1 is needed by ImageMagick-6.4.2-1.i386

Hmmm... anyone have any luck installing on CentOS 5 (x386)? Is there a yum package somewhere of a 6.3.5+ version that I haven't noticed?

Thanks.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Install ImageMagick 6.4.x on CentOS 5?

Post by magick »

Use rpmbuild and build from the ImageMagick source RPM. That will adapt the ImageMagick configuration to your host environment.
pablo.marrero

Re: Install ImageMagick 6.4.x on CentOS 5?

Post by pablo.marrero »

can you please explain how use rmbuild ??
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Install ImageMagick 6.4.x on CentOS 5?

Post by magick »

Post Reply