Permission Problem While Installing Module With CPAN

Posted by neversaint on Stack Overflow See other posts from Stack Overflow or by neversaint
Published on 2010-04-16T02:17:36Z Indexed on 2010/04/16 2:23 UTC
Read the original article Hit count: 412

Filed under:
|
|
|

I tried to following module using CPAN, but the message I get is the "I have neither the -x permission ..." . How can I resolve that?

cpan[3]> install List::MoreUtils    
is it OK to try to connect to the Internet? [yes] 
Fetching with LWP:
  http://www.perl.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz
CPAN: Digest::SHA loaded ok (v5.48)
Fetching with LWP:
  http://www.perl.org/CPAN/authors/id/V/VP/VPARSEVAL/CHECKSUMS
Checksum for /home/ewijaya/.cpan/sources/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz ok
Scanning cache /home/neversaint/.cpan/build for sizes
.....I have neither the -x permission nor the permission to change the permission; cannot estimate disk usage of '/home/neversaint/.cpan/build/Module-Build-0.3607-Kvb1Vq'
.I have neither the -x permission nor the permission to change the permission; cannot estimate disk usage of '/home/neversaint/.cpan/build/ExtUtils-ParseXS-2.2205-zuX4x2'

^CCaught SIGINT, trying to continue

© Stack Overflow or respective owner

Related posts about perl

Related posts about module