Here is my server configuration:

Redhat 7.2 completely updated according to rhn

[root@devel_rh webdev]# perl -v

This is perl, v5.6.1 built for i686-linux

[root@devel_rh webdev]# perl -MLWP::Simple -e 'print( head("http://localhost/";), "\n");'

text/htmlApache/1.3.27 (Unix) DAV/1.0.3 mod_perl/1.27 mod_ssl/2.8.11 OpenSSL/0.9.6b

Here is the output from make test, via the CPAN shell:

PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i686-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00basic...........ok
t/01provider........ok
t/02language........NOK 7# Test 7 got: '0' (t/test_module.pl at line 11 fail #4)# Expected: '1' (Bareword "XML_COMMENT_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_TEXT_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_CDATA_SECTION_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_ELEMENT_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_ENTITY_REF_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_DOCUMENT_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 968.
#Bareword "XML_ELEMENT_NODE" not allowed while "strict subs" in use at blib/lib/Apache/AxKit/Language/XSP.pm line 989.
#Compilation failed in require at t/test_module.pl line 18.
#)
t/02language........FAILED test 7
Failed 1/9 tests, 88.89% okay (-3 skipped tests: 5 okay, 55.56%)
t/03stylechooser....ok
t/04plugins.........ok
t/05mediachooser....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02language.t 9 1 11.11% 7
3 subtests skipped.
Failed 1/6 test scripts, 83.33% okay. 1/24 subtests failed, 95.83% okay.
make: *** [test_dynamic] Error 9
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

Is a force okay?

TIA

Todd W.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to