Hi,
I am unable to install XML-Parser-2.23 on my AIX 5.2 system. It's a prereq for SOAP::Lite 65_3. I get a bunch of errors when doing a 'make' on my system. perl Makefile.PL runs just fine. I am running Perl 5.8.2

Could someone point me in the right direction? Sorry for the basic nature of this query. Thanks in advance.

-Jon

cc_r -c -Iexpat/xmltok -Iexpat/xmlparse -D_ALL_SOURCE -D_AN +SI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE +_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVE +RSION=\"2.23\" -DXS_VERSION=\"2.23\" "-I/usr/opt/perl5/lib/5.8.0/ai +x-thread-multi/CORE" -o expat/xmlparse/hashtable.o expat/xmlparse/ha +shtable.c Running Mkbootstrap for XML::Parser::Expat () chmod 644 Expat.bs rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so LD_RUN_PATH="" ld -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.8 +.0/aix-thread-multi/CORE/perl.exp -bE:Expat.exp -bnoentry -lpthreads +-lc_r Expat.o expat/xmltok/xmltok.o expat/xmltok/xmlrole.o expat/x +mlparse/xmlparse.o expat/xmlparse/hashtable.o -o ../blib/arch/auto/ +XML/Parser/Expat/Expat.so ld: 0711-317 ERROR: Undefined symbol: .Perl_sv_setsv ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more info +rmation. make: 1254-004 The error code from the last command is 8. Stop. make: 1254-004 The error code from the last command is 2. Stop.

Formatting and code tags added by davido per consideration.
Retitled by davido from 'Newbie help'.


In reply to Help installing XML::Parser on AIX 5.2 by Deacon Jon

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.