I'm trying to install XML::Parser in a local directory - I get through the installation of expat in good shape (as far as I can tell). The perl Makefile.pl invocation looks good, but when I run make I get the following warning (this is the first of several but they are similar and probably related)
cc-1047 cc: WARNING File = /usr/share/lib/perl5/irix-n32/5.00404/CORE/ +perlsdio.h, Line = 268 Macro "getc_unlocked" (declared at line 394 of "/usr/include/stdio.h +") has an incompatible redefinition. #define getc_unlocked(f) PerlIO_getc(f) ^
When I try to load the module, I see
Can't load '/home/globus/cyclone/zephyr/XMLParser/perllib/irix-n32/aut +o/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: 1760710:/ +usr/local/bin/perl: rld: Fatal Error: Cannot Successfully map soname 'libexpat.so.1' under any +of the filenames /usr/lib32/libexpat.so.1:/usr/lib32/internal/libexpat.so.1:/ +lib32/libexpat.so.1:/opt/lib32/libexpat.so.1:/usr/lib32/libexpat.so.1 +.1 :/usr/lib32/internal/libexpat.so.1.1:/lib32/libexpat.so.1.1:/opt/lib32 +/libexpat.so.1.1: at /usr/share/lib/perl5/irix-n32/5.00404/DynaLoade +r.pm line 168.
What is the relation between perlsdio.h and stdio.h? Thanks, Mark

In reply to Installing XML::Parser by marknm

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.