"perl Makefile.PL --bootstrap"

I cut and pasted the commands I gave (with adjustments for the ...s) so do them just that way. I didn't have to configure cpan but I'm not actually sure that's because my machine has a "special" state or because you're skipping one of the steps or something is wonky.

It still sounds like your env has ghosts of some sort. I'd start from scratch again. It should be just a couple minutes to run it all from the top.

Remember before running the Makefile.PL -- env | grep -i perl -- should show NO variables set. And you should get these as being non-existent:

ls ~/.cpan # ls: /home/moo/.cpan: No such file or directory ls ~/.cpanp # ls: /home/moo/.cpanp: No such file or directory ls ~/.cpanm # ls: /home/moo/.cpanm: No such file or directory ls ~/perl5 # ls: /home/moo/perl5: No such file or directory ls ~/perl # ls: /home/moo/perl: No such file or directory

I'll try this on one of my boxes I know causes problems tonight and report if it is indeed "correct" and amend otherwise.


In reply to Re^7: Installing Modules Without Root by Your Mother
in thread Installing Modules Without Root by listanand

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.