I've installed pecl-imagick from FreeBSD ports and it can't do a thing with images.

phpinfo() reports this:

ImageMagick number of supported formats:    0
ImageMagick supported formats:  no value

But ImageMagick installed correctly and show all it's stuff:

$ convert -list configure
...
DELEGATES     bzlib fftw fontconfig jpeg jng lzma png zlib
...

What could be wrong and how to fix it?

link|improve this question
feedback

1 Answer

Did you install PHP from ports? Update your ports and re-install packages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.