Steps to install imagick on linux server

Table of Contents

Here are the steps to install the Imagemagic on the linux server

Solution :

================

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

================

 

Done


Steps to install imagick on linux server, Hostripples Web Hosting
HR-ADMIN