Popcorn Dave has asked for the wisdom of the Perl Monks concerning the following question:
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!
I would love to change the world, but they won't give me the source code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems installing Crypt:OpenPGP in local user area
by jethro (Monsignor) on Apr 15, 2008 at 01:36 UTC | |
by Popcorn Dave (Abbot) on Apr 16, 2008 at 21:53 UTC | |
by jethro (Monsignor) on Apr 20, 2008 at 23:46 UTC | |
|
Re: Problems installing Crypt:OpenPGP in local user area
by almut (Canon) on Apr 15, 2008 at 00:55 UTC |