Using ImageMagick with PHP = openbasedir issues

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
baysidemk

Using ImageMagick with PHP = openbasedir issues

Post 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?
Post Reply