MediaTemple: Enable Imagick on your GS
Here's how to enable Imagick on your GS: 1. Download the latest stable from http://pecl.php.net/package/imagick 2. Create folder to store the compiled module: mkdir /home/$SITEID/data/lib mkdir /home/$SITEID/data/lib/php/ 3. Uncompress it tar -xvzf imagick-3.1.2.tgz cd imagick-3.1.2 4. Configure it with phpize (I'm using php 5.5.5 on… Continue reading