http://www.perlmonks.org?node_id=834968

mewto has asked for the wisdom of the Perl Monks concerning the following question:

I am trying build XML::LibXML and XML::LibXSLT modules from source on two CentOS 5.4 boxes. Both are supposedly identical with a pretty standard server installation with only the server packages & most of development packages selected.

Somehow, one does not have this problem but one has the problem. When I 'make test', it failed.

[root@server1 XML-LibXML-1.70]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.....................# Test 3 got: "20703" (t/01basic.t at li +ne 12) t/01basic.....................NOK 3 # t/01basic.t line 12 is: ok(XML::LibXML::LIBXML_VERSION, XML::LibXML +::LIBXML_RUNTIME_VERSION); Compiled against libxml2 version: 20703 Running libxml2 version: 20706 DO NOT REPORT THIS FAILURE: Your setup of library paths is incorrect! t/01basic.....................FAILED test 3 Failed 1/3 tests, 66.67% okay t/02parse.....................ok
I am not sure if it affects the module, (it prob doesn't). I bothers me to have the test continue to fail. I would like to figure out why. Can someone shed some light? Thanks!