You can install by running one command only
#/scripts/installimagemagick
You can check whether imagemagick is installed or not using
#/scripts/checkimagemagick
If this installation does not work, then you can uninstall it and install it manually
#/scripts/cleanimagemagick
And now
1) Download Imagemagick from imagemagick.org
#wget {Imagemagick download link}
#unzip ImageMagick-6.4.3-6.zip
#cd ImageMagick-6.4.3-6
#./configure
#make install
It will take little while to complete…
once it will complete do
#cd PerlMagick/
#perl Makefile.PL
#make
#make install
Wait!! its not done yet
we need to configure it in php
Log into WHM >> Software >> Module Installers >> PHP Pecl and install imagick to get the whole thing binding into PHP and making your applications gell ! 🙂
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.