R
roger
I've got a freshly installed version of perl 5.6.1 as configured by
the MS Services For Unix (SFU) package.
I'm trying to use the CPAN module to download/install a few things,
like Bundle::libnet and so on, but not having any luck.
I allowed CPAN to autoconfigure itself, by answering no to the first
question it asked when I ran
perl -MCPAN -e shell
After that, I get a shell, and type the following:
cpan> install Bundle::libnet
LWP not available
Please, install Net::FTP as soon as possible. CPAN.pm installs it for
you
if you just type
install Bundle::libnet
Issuing "/bin/ftp -n"
usage: lcd local-directory
100% |**************************************************| 95544
00:01
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
And it repeats that for 2 other files (02packages.details.txt.gz and
03modlist.data.gz)
Then it says:
Could not fetch modules/03modlist.data.gz
Warning: Cannot install Bundle::libnet, don't know what it is.
Try the command
i /Bundle::libnet/
to find objects with matching identifiers.
However,that URL is valid, and it does in fact download all
three of the files attempted to the current directory where I
ran the command.
Having never used CPAN before, I don't know if I'm doing something
wrong, or if there is some problem with the vanilla SFU configuration.
Can anyone help?
Thanks
the MS Services For Unix (SFU) package.
I'm trying to use the CPAN module to download/install a few things,
like Bundle::libnet and so on, but not having any luck.
I allowed CPAN to autoconfigure itself, by answering no to the first
question it asked when I ran
perl -MCPAN -e shell
After that, I get a shell, and type the following:
cpan> install Bundle::libnet
LWP not available
Please, install Net::FTP as soon as possible. CPAN.pm installs it for
you
if you just type
install Bundle::libnet
Issuing "/bin/ftp -n"
usage: lcd local-directory
100% |**************************************************| 95544
00:01
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
And it repeats that for 2 other files (02packages.details.txt.gz and
03modlist.data.gz)
Then it says:
Could not fetch modules/03modlist.data.gz
Warning: Cannot install Bundle::libnet, don't know what it is.
Try the command
i /Bundle::libnet/
to find objects with matching identifiers.
However,that URL is valid, and it does in fact download all
three of the files attempted to the current directory where I
ran the command.
Having never used CPAN before, I don't know if I'm doing something
wrong, or if there is some problem with the vanilla SFU configuration.
Can anyone help?
Thanks