Hi,

If one can direct me to a perl modules discuss list (I don't know of any) 
where this might be more appropriately posted, I shall be glad to oblige.

For doing XML kind of stuff, Apache::ASP uses XML-XSLT which requires 
XML::DOM.  XML::DOM is part of libxml-enno.

Build with Perl 5.6.0 I get the following errors running "make test":

[rtanner@cheshire libxml-enno-1.02]$ make test
make[1]: Entering directory 
`/home/rtanner/c_scapes/Perl/modules/XML/libxml-enno-1.02/XQLParser'
make[1]: Leaving directory 
`/home/rtanner/c_scapes/Perl/modules/XML/libxml-enno-1.02/XQLParser'
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/local/lib/perl5/5.6.0/i686-linux -I/usr/local/lib/perl5/5.6.0 -e 
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' 
t/*.t
t/build_dom.........NOK 2FAILED test 2 

        Failed 1/2 tests, 50.00% okay
t/chk_batch.........ok 56/56FAILED tests 1, 3, 7, 15, 17, 21, 27, 29, 31, 
35, 41, 43, 49
        Failed 13/56 tests, 76.79% okay
t/dom_astress.......ok 

t/dom_attr..........Can't locate object method "equals" via package 
"XML::Parser::ContentModel" at CmpDOM.pm line 179.
t/dom_attr..........dubious 

        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3, 20-23
        Failed 5/23 tests, 78.26% okay
t/dom_cdata.........ok 

t/dom_example.......ok 

t/dom_extent........
error in processing external entity reference at line 4, column 1, byte 133 
at /usr/local/lib/perl5/site_perl/5.6.0/i686-linux/XML/Parser.pm line 185
t/dom_extent........dubious 

        Test returned status 255 (wstat 65280, 0xff00)
Undefined subroutine &Test::Harness::WCOREDUMP called at 
/usr/local/lib/perl5/5.6.0/Test/Harness.pm line 334.
make: *** [test_dynamic] Error 255

libxml-enno requires Perl 5.005_64 and so I tried building it that way. 
But got the same results.  I've debugged fairly simple 'make test' problems 
before, but this is either out of my league or I missing the obvious.

-- Rob

       _ _ _ _           _    _ _ _ _ _
      /\_\_\_\_\        /\_\ /\_\_\_\_\_\
     /\/_/_/_/_/       /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
    /\/_/__\/_/ __    /\/_/    /\/_/          PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_/    /\/_/
  /\/_/ \/_/  /\/_/_/\/_/    /\/_/         (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/     \/_/              appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]

Reply via email to