I have tried Google searching and searching the CPAN-Discuss mail archives
and I cannot figure out why this is failing. This is an Ubuntu server
running Perl 5.8.8, and I installed serveral CPAN modules before with no
problem. I am tried installing from the cpan shell (perl -MCPAN -e shell),
and it produces similar if not identical output. Now I am getting what is
listed below. It fails this way for every module, what should I do?

This is a little bit long, please forgive me:
------------------------------
$ sudo cpan -i Net::SMTP
CPAN: Storable loaded ok
Going to read /home/jtoppi/.cpan/Metadata
  Database was generated on Tue, 10 Nov 2009 20:29:39 GMT
Running install for module Net::SMTP
Running make for G/GB/GBARR/libnet-1.22.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for
/home/jtoppi/.cpan/sources/authors/id/G/GB/GBARR/libnet-1.22.tar.gz ok
Scanning cache /home/jtoppi/.cpan/build for sizes
libnet-1.22/
libnet-1.22/Net/
libnet-1.22/Net/POP3.pm
libnet-1.22/Net/Netrc.pm
libnet-1.22/Net/FTP/
libnet-1.22/Net/FTP/L.pm
libnet-1.22/Net/FTP/I.pm
libnet-1.22/Net/FTP/dataconn.pm
libnet-1.22/Net/FTP/A.pm
libnet-1.22/Net/FTP/E.pm
libnet-1.22/Net/Config.pm
libnet-1.22/Net/Cmd.pm
libnet-1.22/Net/FTP.pm
libnet-1.22/Net/SMTP.pm
libnet-1.22/Net/libnetFAQ.pod
libnet-1.22/Net/Domain.pm
libnet-1.22/Net/NNTP.pm
libnet-1.22/Net/Time.pm
libnet-1.22/t/
libnet-1.22/t/hostname.t
libnet-1.22/t/libnet_t.pl
libnet-1.22/t/netrc.t
libnet-1.22/t/ftp.t
libnet-1.22/t/nntp.t
libnet-1.22/t/config.t
libnet-1.22/t/smtp.t
libnet-1.22/t/require.t
libnet-1.22/t/datasend.t
libnet-1.22/Changes
libnet-1.22/demos/
libnet-1.22/demos/inetd
libnet-1.22/demos/smtp.self
libnet-1.22/demos/time
libnet-1.22/demos/ftp
libnet-1.22/demos/pop3
libnet-1.22/demos/nntp.mirror
libnet-1.22/demos/nntp
libnet-1.22/MANIFEST
libnet-1.22/Hostname.pm.eg
libnet-1.22/Configure
libnet-1.22/install-nomake
libnet-1.22/Config.eg
libnet-1.22/Makefile.PL
libnet-1.22/README
libnet-1.22/META.yml
libnet-1.22/SIGNATURE
Removing previously used /home/jtoppi/.cpan/build/libnet-1.22

  CPAN.pm: Going to build G/GB/GBARR/libnet-1.22.tar.gz

Checking for Socket...ok
Checking for IO::Socket...ok
Checking if your kit is complete...
Looks good

Ah, I see you already have installed libnet before.

Do you want to modify/update your configuration (y|n) ? [no]

This script will prompt you to enter hostnames that can be used as
defaults for some of the modules in the libnet distribution.

To ensure that you do not enter an invalid hostname, I can perform a
lookup on each hostname you enter. If your internet connection is via
a dialup line then you may not want me to perform these lookups, as
it will require you to be on-line.

Do you want me to perform hostname lookups (y|n) ? [yes]

The following questions all require a list of host names, separated
with spaces. If you do not have a host available for any of the
services, then enter a single space, followed by <CR>. To accept the
default, hit <CR>

Enter a list of available NNTP hosts : []
Enter a list of available SMTP hosts : []
Enter a list of available POP3 hosts : []
Enter a list of available SNPP hosts : []
Enter a list of available PH Hosts   : []
Enter a list of available TIME Hosts   : []
Enter a list of available DAYTIME Hosts   : []

Do you have a firewall/ftp proxy  between your machine and the internet

If you use a SOCKS firewall answer no

(y|n) ? [no]

Normally when FTP needs a data connection the client tells the server
a port to connect to, and the server initiates a connection to the client.

Some setups, in particular firewall setups, can/do not work using this
protocol. In these situations the client must make the connection to the
server, this is called a passive transfer.

Should all FTP connections be passive (y|n) ? [no]

What is your local internet domain name : []

If you specified some default hosts above, it is possible for me to
do some basic tests when you run `make test'

This will cause `make test' to be quite a bit slower and, if your
internet connection is via dialup, will require you to be on-line
unless the hosts are local.

Do you want me to run these tests (y|n) ? [yes]

To allow Net::FTP to be tested I will need a hostname. This host
should allow anonymous access and have a /pub directory

What host can I use : []

Writing libnet.cfg
Writing Makefile for Net
    -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
------------------------------

-- 
- Joe Toppi
(402) 714-7539
top...@gmail.com
http://www.assuredts.com/toppij/

Reply via email to