Install imagemagick on cpanel

January 6, 2010 by  
Filed under cPanel-WHM

For installing imagemagick on a cpanel server,
you need to undergo below steps :

1. Log into your server as root
2. Create a new directory as below :
mkdir /home/cpimins
3. cd /home/cpimins
4. wget http://layer1.cpanel.net/magick.tar.gz
5. tar zxvf magick.tar.gz
6. cd magick
7. /scripts/installrpm ImageMagick
8. /scripts/installrpm ImageMagick-devel
9. sh ./install

Comments are closed.