Page 1 of 1

Using ImageMagick with PHP = openbasedir issues

Posted: 2009-07-25T11:01:43-07:00
by baysidemk
Hi,

I was trying to use ImageMagick with a PHP application (Menalto's Photo Gallery). Because of openbasedir restrictions, PHP cannot access /usr/bin, where the binaries usually live. I copied the binaries to a directory in httpdocs. Convert and Identify function correctly, but composite evidently needs other files that reside in /usr/local/lib. copying those files to the same directory as the ImageMagic binaries has no effect. Any way to get around this issue?