I have full root access to a VM via SSH. I am using CentOS 6 with PHP 5.3.3.
I have tried to install the rpm - http://www.imagemagick.org/download/lin ... x86_64.rpm but I get,
Code: Select all
error: Failed dependencies:
libHalf.so.4()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
libIex.so.4()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
libIlmImf.so.4()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
libImath.so.4()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
libfftw3.so.3()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
libltdl.so.3()(64bit) is needed by ImageMagick-6.8.0-4.x86_64
Then I tried to install from Unix Source but that seems to have worked but how do I get it to work with PHP from what I have found via google I just need to add extension=imagick.so in the php.ini but that still doesn't work.
So I ended up I ended up using a old ImageMagick that I managed to install via the yum command but its 6.5.4-7 so 3 years old. But I would prefer to use the newer version as the site is very image orientated as it uses Piwigo to show a gallery with over 130,000 photographs.