http://www.perlmonks.org?node_id=288890

sunadmn has asked for the wisdom of the Perl Monks concerning the following question:

Good day all I have a small script I am using to test the Image::Magick pm on one of my systems and am having all sorts of issues.
This is a new install of the lib and the pm on a Solaris 8 box running perl 5.8.0. Now when I run the following see the output.
[root@steve cgi-bin] 3# perl -cwTM-strict ./text.cgi Can't load '/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/Ima +ge/Magick/Magick.so' for module Image::Magick: ld.so.1: perl: fatal: +relocation error: file /usr/local/lib/perl5/site_perl/5.8.0/sun4-sola +ris/auto/Image/Magick/Magick.so: symbol XDPSPixelsPerPoint: reference +d symbol not found at /usr/local/lib/perl5/5.8.0/sun4-solaris/DynaLoa +der.pm line 229. at ./text.cgi line 6 Compilation failed in require at ./text.cgi line 6. BEGIN failed--compilation aborted at ./text.cgi line 6.
I have tried to install the older version of the pm and the new and both versions I get the exact same error. I have tried to search the web for any know issues like this and have found nothing. Please if anyone knows how to fix this let me know as I am starting to loose my hair.,

Thanks,
Stephen