hi
 
what version of libxml2 should I use ?
 
------------------------------------
I tried to compile version 1.52
against  versions libxml2-2.5.1 precompiled binary from xmlsoft
 
test failed with segfault
 
t\08findnodes.t   list of failed 6-18
t\13dtd.t            list of failed 11-12
 
if I nmake install nevertheless , apache startup problem remains.
----------------------------------------------------------------
 
before that I tried to compile XML::LibXML 1.52 against a slightly prior version of libxml2
all test successful but the problem with apache startup remains.
 
----------------------------------
 
with XML::LibXML 1.54_3
 
more tests do not pass

t\02parse...........dubious
 Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 221-460
 Failed 240/460 tests, 47.83% okay
t\08findnodes.......dubious
 Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 6-35
 Failed 30/35 tests, 14.29% okay
t\11memory..........skipped
        all skipped: no reason given
t\19encoding........skipped
        all skipped: no reason given
t\20extras..........ok
t\23rawfunctions....ok
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\02parse.t        2   512   460  240  52.17%  221-460
t\08findnodes.t    5  1280    35   30  85.71%  6-35
2 tests skipped.
 
-------------------------------------------------------------
With XML::LibXML 1.53
 
 
 
t\08findnodes....dubious
 Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 6-18
 Failed 13/18 tests, 27.78% okay
t\11memory.......skipped
        all skipped: no reason given
t\13dtd..........FAILED tests 11-12
 Failed 2/16 tests, 87.50% okay
t\19encoding.....skipped
        all skipped: no reason given
 
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\08findnodes.t    5  1280    18   13  72.22%  6-18
t\13dtd.t                     16    2  12.50%  11-12
2 tests skipped.
 
 

Reply via email to