My ISP installed the convert binary for me.
I entered the path to the binary in the config:
/usr/local/bin
However it gives me the following error:
Image Magick Error: ld.so.1: /usr/local/bin/convert: fatal:
libMagick-5.5.3.so.0: open failed: No such file or directory
I asked my ISP and they said it is because it doesn't know where the library is.
They told me to put this in album.pl somewhere:
$ENV{'LD_LIBRARY_PATH'} = "/usr/lib:/usr/local/lib";
So I did, right near the top.
Now I don't get the error, but it doesn't make thumbnails, any suggestions Mike??