0 votes
asked by (6.1k points)

1 Answer

0 votes
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.
answered by (6.1k points)
...