Friday, January 25, 2013

ImageMagick install in cPanel/WHM server

First we need to check ImageMagick is installed in the server.
[~]#/scripts/checkimagemagick
missing

[~]#/scripts/installimagemagick

Appending installation info to /usr/lib64/perl5/perllocal.pod
OK
Successfully installed Image-Magick-6.77
1 distribution installed
ImageMagick installed ok

[~]# convert --version
Version: ImageMagick 6.8.0-1 2013-01-24 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP 

WHM -> Software -> Module Installers -> PHP Pecl > click manage
Install a PHP Pecl box type " imagick "and click "Install Now"

[~]#/scripts/restartsrv_httpd

root@ajeesh [~]# /scripts/checkimagemagick
ok

Uninstalling
/scripts/cleanimagemagick
WHM -> Software -> Module Installers -> PHP Pecl and click uninstall Imagick.

No comments:

Post a Comment