Following on from my previous post about installing ImageMagick from source, to get it working with Apache you need to do the following. First, we need to install something from Pecl. So make sure you have the pecl command at hand – if not, install it.
apt-get install pear
Then run the following.
apt-get install php5-dev pecl install imagick
Finally, add the extension to your php.ini.
extension=imagick.so
Don't have time to check my blog? Get a weekly email with all the new posts. This is my personal blog, so obviously it is 100% spam free.
Tags: apache, debian, imagemagick, images, linux
This entry was posted on Thursday, June 7th, 2012 at 1:11 pm and is filed under Life, Tech. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.