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

In reply to Image::Magick issues by sunadmn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.