Subject: | initial CPAN setup |
downloaded file cpan-1.76.tar.gz
and ran gzip and untar commands
after that
perl Makefile.Pl PREFIX=/opt/ars/DBperl
make
make install
looks like all went OK , installed under /opt/ars/DBperl
Now what i would like install some packages
issued
perl -MCPAN -e 'install DBI'
after some default messages , isee these and added my response as
Your ftp_proxy? dbproxy-us.db.com
Your http_proxy? http://autoproxy.na.deuba.com
Your no_proxy?
If your proxy is an authenticating proxy, you can store your username
permanently. If you do not want that, just press RETURN. You will then
be asked for your username in every future session.
Your proxy user id?
You have no /ar/.cpan/sources/MIRRORED.BY
I'm trying to fetch one
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY
Fetching with Net::FTP
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz
Issuing "/usr/bin/ftp -n"
from here it is not connecting at all
am i doing anything wrong here
perl version 5.6.1 on solaris9
and we have a firewall first needs connection dbproxy-us.svc.btco.com
( without username and password).
is there any place we can predefine PREFIX and ftp and http gateways.
any help geatly appreciated.
Thanks
Naidu