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?