installation method of Imagick in centos6.4:1, install the ImageMagick code as follows: Wget http://soft.vpser.net/web/imagemagick/imagemagick-6.7.1-2.tar.gzTar zxvf imagemagick-6.7.1-2. tar.gz CD ImageMagick-6.7.1-2/./configure--prefix=/usr/local/imagemagick--disable-OpenMP Make&&make install LDCONFIG2, test ImageMagick to work: The code is as follows:/usr/local/imagemagick/bin/convert-version3, install the PHP extension: The Imagick code is as follows: wget http://pecl.php.net/get/imagick-3.0.1.tgzTar zxvf imagick-3.0.1. tgz CD Imagick-3.0.1//usr/local/php/bin/phpize./configure--with-php-config=/usr/local/php/bin/php-config--with-imagick=/usr/local/ImageMagick Make&&Make install Ldconfig VI/usr/local/php/etc/php.ini add: Extension="imagick.so"4. Restart the LNMP code as follows:/ROOT/LNMP Reload
Imagick and ImageMagick extension tutorials for installing PHP under centos6.4