Dear Monks
I am trying to install WWW::Mechanize on an AIX 5.3 machine but I am getting a plethora of errors. I am trying below coammand

 cpan> install WWW::Mechanize

I get errors like.
1. ExtUtils::MakeMaker version 6.3 required--this is only version 6.17 at Makefile.PL line 7.
2. LD_RUN_PATH="" ld -bhalt:4 -bM:SRE -bI:/u01/oracle/product/10.2.0/perl/lib/5.8.3/aix-thread-multi/CORE/perl.exp -bE:Bzip2.exp -bnoentry -lpthreads -lc_r -L/usr/local/lib blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so ld: 0711-738 ERROR: Input file blocksort.o:
XCOFF32 object files are not allowed in 64-bit mode.

Error 1. is more understandable but I am not too sure about error 2. Would appreciate tips on rectifying these.


In reply to Installing WWW::Mechanize on AIX - The battle by perl_monster

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.