Bug#520949: Disregard That

2009-04-23 Thread lucky760
While my alleged fix does make Imagick available within PHP (according to phpinfo()), class Imagick remains undefined. I have opted for the PECL install for now. Hopefully this is remedied soon. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "u

Bug#520949: Apparent Simple Fix

2009-04-23 Thread lucky760
It seems there is a simple fix for this. The imagick.so file is installed properly, but what I found was that the PHP configuration file is not. Simply create file imagick.ini in directory /etc/php5/conf.d with contents just this one line: extension=imagick.so All this assumes you're on a Debi