Installing ImageMagick in Cpanel
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 !
Related posts:
- How to add new RBLs to cpanel Exim
- Installing BFD (Brute Force Detection)
- Installing Windows 7 on VirtualBox
- Customize your default apache page in cpanel
















No Comment to “Installing ImageMagick in Cpanel”