kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
I am using HP-UNIX and i am trying to install Test::Simple module in my home directory. I am not a root, so i follow the below steps to install it.
perl Makefile.PL PREFIX=~/lib/perl5 make make test make install
i am getting the following error
Warning: You do not have permissions to install into /web/perlsite/PA- +RISC2.0 at /web/perl5/lib/5.00503/ExtUtils/Install.pm line 61. mkdir /web/perlsite/Test: Permission denied at /web/perl5/lib/5.00503/ +ExtUtils/Install.pm line 114 *** Error exit code 2 Stop.
Please advice....Am i missing something here...Upto my knowledge ...no....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl module installation as NON-ROOT
by ercparker (Hermit) on Apr 24, 2007 at 06:35 UTC | |
|
Re: Perl module installation as NON-ROOT
by dana (Monk) on Apr 24, 2007 at 01:58 UTC | |
by kprasanna_79 (Hermit) on Apr 24, 2007 at 02:46 UTC | |
|
Re: Perl module installation as NON-ROOT
by wjw (Priest) on Apr 24, 2007 at 03:04 UTC | |
by MidLifeXis (Monsignor) on Apr 24, 2007 at 18:01 UTC |