Installing Image Magick on Amazon EC2

Posted by Kapil Sharma on Server Fault See other posts from Server Fault or by Kapil Sharma
Published on 2012-10-12T14:36:47Z Indexed on 2012/10/12 15:39 UTC
Read the original article Hit count: 255

Well I'm a PHP developer who know few linux commands to get my job done.

I need to launch a symfony 1.4 website on Amazon EC2. Everything is fine except IMagick. I magick is also installed through following command:

sudo yum install ImageMagick

Its php lib is not installed/configured, if that do not happen with above command. In PHP, I'm using IMagick, but script is failing on IMagick. I know problem is with PHP IMagic extention but dont know how to fix that. On dev box, its as simple as turning it on on WAMP.

Can someone please suggest where should I look to confirm if IMagick PHP extention installed and configured correctly?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about php-extensions