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 my GS)
phpize –with-php-config=/usr/local/php-5.5.5/bin/php-config
5.
references;
- https://kb.mediatemple.net/questions/1682/Installing+PECL+extensions#gs
- http://stackoverflow.com/questions/18519609/imagemagick-installation-mediatemple-gridserver