From: Nick P. <nw...@nz...> - 2006-06-27 23:59:21
|
On 28/06/2006, at 11:43 AM, John Slee wrote: > I have installed IDS in the gallery folder in my web area but > when I try to run the Script: > public_html/gallery/admin/index.cgi > I get a 500 error. > > I have tested the Perl script using a Perl validator, and get > the following message: > > Can't load > '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Ima > ge/Magick/Magick.so' for module Image::Magick: libdpstk.so.1: > cannot open shared object file: No such file or directory at > /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line > 230. > at index.cgi line 51 > Compilation failed in require at index.cgi line 51. > BEGIN failed--compilation aborted at index.cgi line 51. > > What does this mean? What system are you trying to run this on? libdps (which the missing libdpstk.so.1 is part of) is a Display Postscript library -- which ImageMagick requires to be present. How you get that fixed will depend on the system you are running on. Cheers, Nick |