imagemagick loaded / but not shown with phpinfo.php

pilatus

Verified User
Joined
Nov 22, 2009
Messages
5
Hi guys,

I got imagemagick installed and the extension is loaded as seen by php -m. But even after restarting apache i check with phpinfo.php i do not see it anywhere in the list. So i wonder why and if that is going to be a problem at all ? I also did a new build apache but that didn't make any difference.

some details:

directadmin custombuild / apache 2 serie / php 5 serie

Thanks for any advise on this !
 
Is PHP installed as CGI? If yes, make sure you're using /usr/local/php5/bin/phpize instead of just /usr/local/bin/phpize for MagickWand.
 
Back
Top