Greetings Perl masters,

I am quite new to this so please dont beat me. If this is a FAQ I havent found the answer by search, and though I have read Tachyons tut it doesn't seem to cover this either.

When adding a module I get a fail during make

[andyf@localhost Data-Dumper-2.101]$ make make: *** Warning: File `/usr/lib/perl5/5.8.0/i386-linux-thread-multi/ +Config.pm' has modification time in the future (2002-09-02 05:16:00 > + 2002-05-09 01:59:38)Makefile out-of-date with respect to /usr/lib/pe +rl5/5.8.0/i386-linux-thread-multi/Config.pm /usr/lib/perl5/5.8.0/i386 +-linux-thread-multi/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Data::Dumper ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1 [andyf@localhost Data-Dumper-2.101]$

What is a make error 1? I am building on a freshly installed RedHat 8.0, all the tools , gcc, make and so on seem to be installed and working correctly. Also this is not a permissions problem since I can't accomplish this as Root either.

Thanks in anticipation of any wisdom Andy


In reply to Installing Modules: Noob having problems by Anonymous Monk

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.