Fellow monks,

I'm having problems installing Crypt::OpenPGP in my local space on my host and as of yet, they've unfortunately been less than helpful about solving the problem and coming from a windows background I'm completely lost about the error message I'm getting.

To start off, I installed a local CPAN shell as outlined by zaxo in Re: Creating my own CPAN directory which went successfully as I've been able to install some of the pre-requisites for the module without a problem. But when I try to use the CPAN shell to install Crypt::OpenPGP and let it fetch all the requisite additional modules I get the following:

/usr/bin/perl5.8.0 -Iinc Makefile.PL --config= --installdeps=Class::Er +rorHandler,0,Convert::ASN1,0.10,Crypt::DES_EDE3,0 *** Installing dependencies... *** You are not allowed to write to the directory '/home/wright/.cpan/ +sources'; the installation may fail due to insufficient permissions. ==> Should we try to install the required module(s) anyway? [n]

I would assume that I've got write permission since it's my space. The source directory's permissions are 755 so that shouldn't be an issue, and I set the prefix in the CPAN shell to point to my local directory before I tried to install the module.

Can anybody offer any insight as to what I might try or what I'm missing here?

Thanks in advance!


Revolution. Today, 3 O'Clock. Meet behind the monkey bars.

I would love to change the world, but they won't give me the source code


In reply to Problems installing Crypt:OpenPGP in local user area by Popcorn Dave

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.