graywolf Wrote:try
Code:
wget http://search.cpan.org/CPAN/authors/id/P/PH/PHOENIX/Term-ReadPassword-0.07.tar.gz
tar zxvf Term-ReadPassword-0.07.tar.gz
cd Term-ReadPassword-0.07
perl Makefile.PL
make && make install
then tell me what happens
[root@www ~]# wget
http://search.cpan.org/CPAN/authors/id/P....07.tar.gz
--13:34:00--
http://search.cpan.org/CPAN/authors/id/P....07.tar.gz
=> `Term-ReadPassword-0.07.tar.gz'
Resolving search.cpan.org... 84.45.68.23
Connecting to search.cpan.org|84.45.68.23|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://ftp.epix.net/CPAN/authors/id/P/PH....07.tar.gz [following]
--13:34:00--
http://ftp.epix.net/CPAN/authors/id/P/PH....07.tar.gz
=> `Term-ReadPassword-0.07.tar.gz'
Resolving
http://ftp.epix.net... 199.224.117.32
Connecting to
http://ftp.epix.net|199.224.117.32|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,735 (6.6K) [application/x-tar]
100%[====================================>] 6,735 --.--K/s
13:34:01 (77.47 KB/s) - `Term-ReadPassword-0.07.tar.gz' saved [6735/6735]
[root@www ~]# tar zxvf Term-ReadPassword-0.07.tar.gz
Term-ReadPassword-0.07/
Term-ReadPassword-0.07/Changes
Term-ReadPassword-0.07/Makefile.PL
Term-ReadPassword-0.07/MANIFEST
Term-ReadPassword-0.07/META.yml
Term-ReadPassword-0.07/README
Term-ReadPassword-0.07/ReadPassword.pm
Term-ReadPassword-0.07/t/
Term-ReadPassword-0.07/t/1_basics.t
Term-ReadPassword-0.07/t/2_interactive.t
[root@www ~]# cd Term-ReadPassword-0.07
[root@www Term-ReadPassword-0.07]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Term::ReadPassword
[root@www Term-ReadPassword-0.07]# make && make install
cp ReadPassword.pm blib/lib/Term/ReadPassword.pm
Manifying blib/man3/Term::ReadPassword.3pm
Installing /usr/lib/perl5/site_perl/5.8.8/Term/ReadPassword.pm
Installing /usr/share/man/man3/Term::ReadPassword.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Term/ReadPassword/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
[root@www Term-ReadPassword-0.07]#