|
Posted by danjourno on July 21, 2004, 8:54 pm
Please log in for more thread options
I've been trying to install a bunch of perl modules all day using CPAN.
I've come to install Apache::Request and it seems to go through fine up
until here.
Can anyone make sense of what this actually means? I'd be very grateful.
THX
Dan
Running make test
make[1]: Entering directory `/root/.cpan/build/libapreq-1.3/c'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.3/c'
make[1]: Entering directory `/root/.cpan/build/libapreq-1.3/Request'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.3/Request'
make[1]: Entering directory `/root/.cpan/build/libapreq-1.3/Cookie'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.3/Cookie'
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/us
r/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0;
runtests @ARGV;' t/*.t
t/*....t/*.t does not exist
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
|