in reply to Frustrations with CPAN module installation
The first error message is relatively clear, the second is misleading though :
ftp: local: Digest-MD5-2.30.tar.gz: Permission denied - this means, that CPAN is trying to download the file to some directory (maybe ~/.cpan/authors/... ?), but can't write there. Check the permissions on the directories and try again. Or maybe you have to run CPAN under some "root" account under OSX, but I don't know that much about OSX and its user structure.perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Frustrations with CPAN module installation
by bradcathey (Prior) on Nov 10, 2003 at 22:08 UTC | |
by iburrell (Chaplain) on Nov 10, 2003 at 22:34 UTC | |
by Anonymous Monk on Nov 11, 2003 at 07:53 UTC |