How to install imagick on linux server?
How to install imagick on linux server?
Steps to install imagick on your linux server :
================
cd /usr/local/src
wget http://pecl.php.net/get/imagick-2.2.0.tgz
tar -zxvf imagick-2.2.0.tgz
cd imagick-2.2.0
phpize
./configure
make
make install
================
That’s it.
Regards, Prewebhost Team
View On WordPress













