Piglet has asked for the wisdom of the Perl Monks concerning the following question:
Edited by Corion: Changed <PRE> to <CODE> tags.
When trying to install the libnet module from CPAN I always recieve the following error message with the Net::FTP test --I know for a fact the ftp service I am using in the test allows for anonymous connections. Any help at all would be very much appreciated.PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/lo +cal/lib/perl5/5.6.0/i686-linux -I/usr/local/lib/perl5/5.6.0 -t t/ftp...............NOK 1FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/hostname..........ok t/nntp..............skipped test on this platform t/ph................skipped test on this platform t/require...........ok t/smtp..............skipped test on this platform Failed Test Status Wstat Total Fail Failed List of failed ---------------------------------------------------------------------- +--------- t/ftp.t 7 7 100.00% 1-7 3 tests skipped. Failed 1/6 test scripts, 83.33% okay. 7/19 subtests failed, 63.16% oka +y. make: *** [test_dynamic] Error 29
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::FTP
by johannz (Hermit) on Jan 31, 2001 at 04:58 UTC |