Has anyone had luck in making ImageMagick work into the www chroot environment?
<snip>
But it still doesn't work. What am i missing? Any suggestions or ideas are welcome. Marcos
when I was getting gallery to run under chmoded apache, I got pretty tired of ldd-ing the files, so I've simply extracted package contents into chroot (/var/www): #tar xzvf ~/ImageMagick-6.3.2.1-no_x11.tgz -C /var/www Don't know how wrong that was, but it worked pretty well - in the end I only needed a couple of shared libs that were missing. The script is a cleaner solution, though. By the way, gallery2 works pretty well with GD php plugin, elimitating the need to use ImageMagic. GD is much slower, though. Maxim

