I followed an online tutorial to install ImageMagick and then PECL Imagick Class. I correctly followed all the steps, and added the extension=imagick.so
to php.ini, but it keeps throwing the following error: Class 'Imagick' not found in...
. Then, if I execute phpinfo()
I don't get any Imagick section. What can I do?
PHP Version: 5.4.10
System: Darwin server.local 12.3.0 (MAMP)
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013;
root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
Build Date: Jan 21 2013 15:11:11
Edit: I already modified php.ini (the correct one, shown in phpinfo()
) and restarted the server several times.