Hi Team,
My Unix AIX (7.1) box has already installed perl with 5.10 version.
I had installed my own perl with latest version (5.22.0). i am trying to install a perl module (Digest-SHA-5.95) to my own perl.
I had download the module from net and unzip, untar and then using the commands
1. perl Makefile.PL -- success
2. make --
this command is failing with below error.
"Skip blib/lib/Digest/SHA.pm (unchanged)
Running Mkbootstrap for Digest::SHA ()
chmod 644 "SHA.bs"
cc -q32 -c -I. -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURC
+E -qmaxmem=-1 -qnoansialias -qlanglvl=extc99 -DUSE_NATIVE_DLOPEN -q32
+ -D_LARGE_FILES -O -DVERSION=\"5.95\" -DXS_VERSION=\"5.95\" "-I/
+home/snemmal/perl/lib/5.22.0/aix/CORE" SHA.c
rm -f blib/arch/auto/Digest/SHA/SHA.so
ld -bhalt:4 -G -bI:/home/snemmal/perl/lib/5.22.0/aix/CORE/per
+l.exp -bE:SHA.exp -bnoentry -lc -lm SHA.o -o blib/arch/auto/Digest/
+SHA/SHA.so
ld: 0711-738 ERROR: Input file SHA.o:
XCOFF32 object files are not allowed in 64-bit mode.
make: 1254-004 The error code from the last command is 8."
Please help me resolve this compatibility issue
FYI-
$perl -V:ptrsize
ptrsize='4';
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.