Hi Zaxo,

More on this...

Unfortunately Devel:PPPort did not help.
I think my problem is that 'expat.h' wasn't available under '/usr/include' I copied it there and re-ran 'make' I get a new error. It can't seem to find 'expat_external.h' - Sourceforge references this bd suggests a patch(since 'expat_external.h' is not availble either). I don't know how to do this though. Too many years of VB programming on windows ;-) Any advice?

-Jon

root@itdp53ib [/opt/patrolem/u/NetCmmnd/perl/newmodules/XML-Parser-2.3 +4]perl Makefile.PL Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lexpat Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser root@itdp53ib [/opt/patrolem/u/NetCmmnd/perl/newmodules/XML-Parser-2.3 +4]make {cp and JUNK} /usr/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" + => "XML::Parser", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => + []);' cp Expat.pm ../blib/lib/XML/Parser/Expat.pm /usr/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" + => "XML::Parser::Expat", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_V +ARS" => []);' /usr/bin/perl /usr/opt/perl5/lib/5.8.0/ExtUtils/xsubpp -noprot +otypes -typemap /usr/opt/perl5/lib/5.8.0/ExtUtils/typemap -typemap ty +pemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qma +xmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 + -D_LARGE_FILES -qlonglong -O -DVERSION=\"2.34\" -DXS_VERSION=\"2 +.34\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" Expat.c "/usr/include/expat.h", line 18.10: 1506-296 (S) #include file "expat_ +external.h" not found. "/usr/include/expat.h", line 132.3: 1506-046 (S) Syntax error. line 86.25: 1506-007 (S) "struct stat64" is undefined. "Expat.xs", line 111.8: 1506-166 (S) Definition of function XML_Char r +equires parentheses. make: 1254-004 The error code from the last command is 1. {MORE JUNK HERE} Stop. make: 1254-004 The error code from the last command is 2. Stop.

In reply to Re^3: Help installing XML::Parser on AIX 5.2 by Deacon Jon
in thread 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.