1013 cd/usr/local/src/
1014 wget http://www.imagemagick.org/download/ImageMagick.tar.gz
1015 Tar zxvf ImageMagick.tar.gz
1018 CD imagemagick-7.0.5-5/
1019./configure--prefix=/usr/local/imagemagick
1020 Make && make install
1021 Export pkg_config_path=/usr/local/imagemagick/lib/pkgconfig/(yum install ImageMagick imagemagick-devel)
1024x768 wget http://pecl.php.net/get/imagick-3.0.1.tgz
1038 cp/home/wwwroot/git/imagick-3.0.1.tgz./
1039 Tar zxvf imagick-3.0.1.tgz
1051./configure--prefix=/usr/local/imagemagick
1052 make
1053 make Install
1054 Php-m|grep Imagick
1055/usr/local/php/bin/pecl Install Imagick
...............
Build Process completed successfully
Copy of the resulting imagick.so file to/usr/local/php//lib/php/extensions/no-debug-non-zts-20131226
Add imagick.so to the php.ini file
Then restart PHP to load the Imagick module.
viewing loaded modules using the/USR/LOCAL/PHP/BIN/PHP-M command
This article is from the "Yanzi" blog, make sure to keep this source http://daddysgirl.blog.51cto.com/1598612/1921591
Tec-001--linux+imagick Installation