I am attempting to get IDS (ids.sf.net) to work on my system. I have
instealled all the requirments:
- Imagemagick
- PerlMagick
- Image-Info
- ExtUtils
- File-Spec
- IO-String
When I run the CGI script for IDS I get the following errors:
Undefined symbols:
_XDPSCreatePixmapForEPSF
_XDPSImageFileIntoDrawable
_XDPSPixelsPerPoint
Everything seems to compile ok, and I use to have even more undefined
symbol errors regarding images which I fixed with the help of some other
posts on this NG... just these last few left to fix, and Im not sure
where to start :(
Also I should note if I do a make test for PerlMagick, I get the same
errors.
Ray