Hi, I'm trying to install Spreadsheet Parse & Write module in AIX Unix in a nonn standard way(I don't have root access so I'm installing it in my own folder). After installing the Parse & Write module I got the error message "Can't locate Digest/Perl/MD5.pm in @INC", so I tried to install the Digest::MD5 module. But the 'make' command was giving me the error message "make: The error code from the last command is 127.". Please see the whole message below:

FDMS_TEST[/clients/fdms/entfdmst/entsys/home/Tomojit/Perl/Digest-MD5-2 +.51]$ make cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qma +xmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D +_LARGE_FILES -qlonglong -O -DVERSION=\"2.51\" -DXS_VERSION=\"2.51 +\" "-I/usr/opt/perl5/lib/5.8.8/aix-thread-multi/CORE" MD5.c /bin/sh: cc_r: not found make: The error code from the last command is 127. Stop.
Can any one please help me out here? I do I need to do to install the Md%?


In reply to Problem in installing the Digest::MD5.pm module by TGhosh

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.