The imagick.so PHP module can’t currently be installed via PECL, due to it’s inability to write to /var/tmp. To get around that, you can install it manuall:
This will compile imagick.so, and move it to your extensions directory specified in php.ini. Now you’ll need to add the following to php.ini:
and restart apache:
Code:
yum install ImageM* netpbm gd gd-* libjpeg libexif gcc coreutils make cd /usr/local/src wget http://pecl.php.net/get/imagick-3.0.1.tgz tar zxvf ./imagick-3.0.1.tgz cd imagick-2.2.2 phpize ./configure make make test make install
Code:
extension=imagick.so
Code:
/scripts/restartsrv_httpd