How to install ImageMagick on CPanel plus How to install Imagick on CPanel as a PECL Package from WHM
This is a quick howto on installing ImageMagick on a CPanel Server using the CPanel provided script. I’ll get right to it.
On the console/shell of the server enter the following command to check it ImageMagick is installed
# /scripts/checkimagemagick
The output if installed will be “ok”
If it is not installed, type in the following
# /scripts/installimagemagick
This will take a little while to install depending on server speed and internet speed. Once completed it will say “ImageMagick installed ok” Then we can check the version to ensure it is installed correctly using the following command
# /usr/bin/convert –version
The output should have the ImageMagick Version details and Copyright details.
Now How to install Imagick on CPanel using WHM PECL Module install.
Go to WHM -> Software -> Module Installers ->PHP PECL Manage
Type in imagick in the Install a PHP Pecl and click Install.
Job Done!
Hope That helps. Any questions please put them in the comments.
Thank you so much for these clear instructions, saved me a ton of time!