The problem was indeed in the linking. I simply needed to add /usr/local/lib with ldconfig and things started working.
Thanks! --- Ron Savage <[EMAIL PROTECTED]> wrote: > Hi Stefan > > '/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/Image/Magick/Magick.so' > > for module Image::Magick: libMagick.so.10: cannot > open > > shared object file: No such file or directory at > > > /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm > > line 229. at (eval 1) line 2 > > > > Both the "Magick.so" and "DynaLoader.pm" files do > > exist. > > DynaLoader.pm is just reporting the problem - it is > not the problem. > > Magick.so is the problem. > > Is Magick.so linked to libMagick.so.10? > > Does the web server user (probably 'nobody') have > permissions on all > directories down to Magick.so, and on the file > itself, and on the link? > -- > Ron Savage > [EMAIL PROTECTED] > http://savage.net.au/index.html > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
