PDA

View Full Version : php imagick no support formats with mod_chroot


CarbonCopy
27th August 2009, 14:21
I just put apache in a chroot jail and installed imagick (Compiled from source). My php info file says Imagick has no supported filetypes, but Imagick command line (Via identify -list format) shows a crap load. Any files I should copy over?

And when using php phpinfo.php as root, it shows all supported filetypes, so it is mod_chroot causing the issue. I tried using LoadFile to load all listed dependencies, but i had no luck.

CarbonCopy
29th August 2009, 06:31
Anyone at least know somewhere that might have some info on this