OK, so now I am trying to use local::lib to install the modules. However as soon as I run the command " perl Makefile.PL --bootstrap=/my_directory_of_choice" , I get the following message:

Any suggestions?

== Error Begin ==

*** Checking for Perl dependencies...

Core Features

- ExtUtils::MakeMaker ...too old. (6.30_01 < 6.31)

- ExtUtils::Install ...too old. (1.33 < 1.43)

- ExtUtils::CBuilder ...missing.

- ExtUtils::ParseXS ...missing.

- Module::Build ...missing. (would need 0.28)

- CPAN ...too old. (1.7602 < 1.82)

==> Auto-install the 6 mandatory module(s) from CPAN? y y

*** Dependencies will be installed the next time you type 'make'. (You may need to do that as the 'root' user.)

*** Module::AutoInstall configuration finished.

*** Installing dependencies...

*** You are not allowed to write to the directory '/usr/local/share/perl/5.8.8';

the installation may fail due to insufficient permissions.

==> Should we try to re-execute the autoinstall process with 'sudo'? y y

*** Trying to re-execute the autoinstall process with 'sudo'...

Password:

=Error End==


In reply to Re^2: Installing Modules Without Root by listanand
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.