PHP Startup: imagick: Unable to initialize module
Posted: 2013-07-08T00:52:38-07:00
I have MAMP 2.0 on my mac. I installed ImageMagick and then tried to install/configure imagick. In the end I had an imagick.so file which I copied to the various php 5.n directories under /Applications/MAMP/.
Whenever I start Apache, this error message is produced:
and there is no trace of imagick in phpinfo().
What do I have to do to compile imagick with API=20100525?
Naturally I'd be happy to provide any other information that may be needed to solve the problem.
Whenever I start Apache, this error message is produced:
Code: Select all
PHP Warning: PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
What do I have to do to compile imagick with API=20100525?
Naturally I'd be happy to provide any other information that may be needed to solve the problem.