When I try the standard build of PerlMagick on my Fedora Core 4 AMD64 system I get the following failure:
gcc -L/usr/local/lib -shared Magick.o -o blib/arch/auto/Image/Magick/Magick.so -L/usr/local/lib
+ -lMagick -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -ltiff -lfreetype -ljpeg -lpng -ldpstk -ldps
+-lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread
/usr/bin/ld: cannot find -ldpstk
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/Image/Magick/Magick.so] Error 1
But when I look around for dpstk I see:
# locate dpstk
/usr/X11R6/lib/libdpstk.so.1
/usr/X11R6/lib/libdpstk.so.1.0
/usr/X11R6/lib64/libdpstk.so
/usr/X11R6/lib64/libdpstk.so.1
/usr/X11R6/lib64/libdpstk.so.1.0
/usr/X11R6/lib64/libdpstk.a
Looks to me like the build procedure is not looking in the right place for the needed module. How do I fix this?
Thanks,
Bill