I am getting the error “Class ‘Imagick’ not found”. Somehow I need to make this library accessible to php. I am using Php 5.2.6 on Fedora 8. my php_info has no mention of ImageMagick.
I have tried: yum install ImageMagick and restarted apache, which didn’t work.
I also added extension=imagick.ext to my php.ini file and restarted apache, which didn’t work.
From: http://news.ycombinator.com/item?id=1726074
For RHEL-based i386 distributions:
This may also work on other i386 distributions using yum package manager. For x86_64, just replace .i386 with .x86_64