All, My sys admin is reinstalling perl modules after aix 5.2 upgrade and he gets this error for the IO module. Can some one please help.. cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" -DI_POLL IO.c 1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly. "/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE/config.h", line 2820.9: 1506-236 (W) Macro name I_POLL has been redefined. "IO.xs", line 201.35: 1506-280 (W) Function argument assignment between types "struct sv*" and "long long*" is not allowed. "IO.xs", line 208.22: 1506-045 (S) Undeclared identifier sv_undef. "IO.xs", line 219.44: 1506-280 (W) Function argument assignment between types "struct sv*" and "long long*" is not allowed. "IO.xs", line 252.22: 1506-045 (S) Undeclared identifier sv_undef. make: 1254-004 The error code from the last command is 1. Stop. c1e0n143:/mnt/perlModules/IO-1.20#

In reply to aix 5.2 upgrade. Error for IO Module by pikespeak
in thread VectorSpace by smalhotra

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.