
Question.
I want to enable imagic extension on php. I uses Centos5 and php was compiled by hand.
Solution.
#yum install ImageMagick* [root@rc-clone]#pecl install imagick #sometimes you may have ask to install gcc compiler. if so execute #yum install gcc* added the extension on php.ini [root@rc-clone]#echo "extension=imagick.so" /etc/php.ini [root@rc-clone installation]# service httpd restart Stopping httpd: […]