FYI: I found this tutorial to be extremelly helpful in installing imagemagick on a cPanel WHM.
http://dreamcreative.net/2011/05/install-imagemagick-on-a-cpanel-server/
FYI: I found this tutorial to be extremelly helpful in installing imagemagick on a cPanel WHM.
http://dreamcreative.net/2011/05/install-imagemagick-on-a-cpanel-server/
For the somewhat older but officially supported cPanel version you can also use:
/scripts/checkimagemagick
/scripts/installimagemagick
Binding imagemagick and php was problematic.
This eventually solved it:
http://forums.cpanel.net/f5/imagemagick-pecl-install-breaks-126257.html
# yum install ImageM* netpbm gd gd-* libjpeg libexif gcc coreutils make
# cd /usr/local/src
# wget http://pecl.php.net/get/imagick-2.2.2.tgz
# tar zxvf ./imagick-2.2.2.tgz
# cd imagick-2.2.2
# phpize
# ./configure
# make
# make test
# make installYou must log in to post.