RE: Errors running make test (XML::Xerces v2.5.0).
"Garrett, Philip (MAN-Corporate)" <[email protected]> Mon, 19 Sep 2005 10:17:26 -0400
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Janardhan, Most symbol problems with Perl/C++ extensions are due to a linker mismatch. You probably need to build the Xerces-C library with the same compiler and linker that Perl was built with. If you installed a prebuilt version of Xerces-C, that is probably the problem. "perl -V" will tell you what compiler and linker settings were used to build Perl. Use those same settings when you run "runConfigure" during the Xerces-C build. If that doesn't help, reply to [email protected] <mailto:[email protected]> and include the output of "perl -V", and the output from the Xerces-C configure/build and the XML::Xerces build. Maybe that will help us narrow it down. HTH, Philip _____ From: Janardhan Molumuri [mailto:[email protected]] Sent: Monday, September 12, 2005 8:47 AM To: [email protected] Subject: Errors running make test (XML::Xerces v2.5.0). Hi I have built xerces-c v2.5.0 and tried compiling XML::Xerces perl module but make test is giving the following errors. I am using perl v5.8.6 Can you please throw some light on this? Thanks, Janardhan. molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0 <mailto:molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0> > gmake test gmake[1]: Entering directory `/u/molumurj/xml/XML-Xerces-2.5.0-0/Handler' gmake[1]: Leaving directory `/u/molumurj/xml/XML-Xerces-2.5.0-0/Handler' PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/actualCast..............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/actualCast.t line 11. BEGIN failed--compilation aborted at t/actualCast.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/actualCast.t line 11. Undefined subroutine &main::fail called at t/actualCast.t line 7. END failed--call queue aborted at t/actualCast.t line 11. t/actualCast..............dubious Test returned status 255 (wstat 65280, 0xff00) t/AttributeList...........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/AttributeList.t line 11. BEGIN failed--compilation aborted at t/AttributeList.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/AttributeList.t line 11. Undefined subroutine &main::ok called at t/AttributeList.t line 7. END failed--call queue aborted at t/AttributeList.t line 11. t/AttributeList...........dubious Test returned status 255 (wstat 65280, 0xff00) t/Attributes..............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/Attributes.t line 14. BEGIN failed--compilation aborted at t/Attributes.t line 14. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/Attributes.t line 14. Undefined subroutine &main::ok called at t/Attributes.t line 10. END failed--call queue aborted at t/Attributes.t line 14. t/Attributes..............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMAttr.................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMAttr.t line 12. BEGIN failed--compilation aborted at t/DOMAttr.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMAttr.t line 12. Undefined subroutine &main::ok called at t/DOMAttr.t line 7. END failed--call queue aborted at t/DOMAttr.t line 12. t/DOMAttr.................dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMBuilder..............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMBuilder.t line 11. BEGIN failed--compilation aborted at t/DOMBuilder.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMBuilder.t line 11. Undefined subroutine &main::fail called at t/DOMBuilder.t line 7. END failed--call queue aborted at t/DOMBuilder.t line 11. t/DOMBuilder..............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMCount................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMCount.t line 14. BEGIN failed--compilation aborted at t/DOMCount.t line 14. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMCount.t line 14. Undefined subroutine &main::ok called at t/DOMCount.t line 10. END failed--call queue aborted at t/DOMCount.t line 14. t/DOMCount................dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMCreate...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMCreate.t line 11. BEGIN failed--compilation aborted at t/DOMCreate.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMCreate.t line 11. Undefined subroutine &main::ok called at t/DOMCreate.t line 7. END failed--call queue aborted at t/DOMCreate.t line 11. t/DOMCreate...............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMDocument.............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMDocument.t line 16. BEGIN failed--compilation aborted at t/DOMDocument.t line 16. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMDocument.t line 16. Undefined subroutine &main::ok called at t/DOMDocument.t line 10. END failed--call queue aborted at t/DOMDocument.t line 16. t/DOMDocument.............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMElement..............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMElement.t line 10. BEGIN failed--compilation aborted at t/DOMElement.t line 10. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMElement.t line 10. Undefined subroutine &main::ok called at t/DOMElement.t line 7. END failed--call queue aborted at t/DOMElement.t line 10. t/DOMElement..............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMEntity...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMEntity.t line 11. BEGIN failed--compilation aborted at t/DOMEntity.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMEntity.t line 11. Undefined subroutine &main::ok called at t/DOMEntity.t line 7. END failed--call queue aborted at t/DOMEntity.t line 11. t/DOMEntity...............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMException............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMException.t line 14. BEGIN failed--compilation aborted at t/DOMException.t line 14. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMException.t line 14. Undefined subroutine &main::ok called at t/DOMException.t line 10. END failed--call queue aborted at t/DOMException.t line 14. t/DOMException............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMNamedNodeMap.........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMNamedNodeMap.t line 13. BEGIN failed--compilation aborted at t/DOMNamedNodeMap.t line 13. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMNamedNodeMap.t line 13. Undefined subroutine &main::ok called at t/DOMNamedNodeMap.t line 10. END failed--call queue aborted at t/DOMNamedNodeMap.t line 13. t/DOMNamedNodeMap.........dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMNode.................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMNode.t line 12. BEGIN failed--compilation aborted at t/DOMNode.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMNode.t line 12. Undefined subroutine &main::ok called at t/DOMNode.t line 7. END failed--call queue aborted at t/DOMNode.t line 12. t/DOMNode.................dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMNodeIterator.........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMNodeIterator.t line 12. BEGIN failed--compilation aborted at t/DOMNodeIterator.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMNodeIterator.t line 12. Undefined subroutine &main::ok called at t/DOMNodeIterator.t line 7. END failed--call queue aborted at t/DOMNodeIterator.t line 12. t/DOMNodeIterator.........dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMNodeList.............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMNodeList.t line 11. BEGIN failed--compilation aborted at t/DOMNodeList.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMNodeList.t line 11. Undefined subroutine &main::ok called at t/DOMNodeList.t line 6. END failed--call queue aborted at t/DOMNodeList.t line 11. t/DOMNodeList.............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMParser...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMParser.t line 11. BEGIN failed--compilation aborted at t/DOMParser.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMParser.t line 11. Undefined subroutine &main::ok called at t/DOMParser.t line 7. END failed--call queue aborted at t/DOMParser.t line 11. t/DOMParser...............dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMPrint................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMPrint.t line 14. BEGIN failed--compilation aborted at t/DOMPrint.t line 14. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMPrint.t line 14. Undefined subroutine &main::ok called at t/DOMPrint.t line 10. END failed--call queue aborted at t/DOMPrint.t line 14. t/DOMPrint................dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMTreeWalker...........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMTreeWalker.t line 14. BEGIN failed--compilation aborted at t/DOMTreeWalker.t line 14. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMTreeWalker.t line 14. Undefined subroutine &main::ok called at t/DOMTreeWalker.t line 10. END failed--call queue aborted at t/DOMTreeWalker.t line 14. t/DOMTreeWalker...........dubious Test returned status 255 (wstat 65280, 0xff00) t/DOMWriter...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/DOMWriter.t line 12. BEGIN failed--compilation aborted at t/DOMWriter.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/DOMWriter.t line 12. Undefined subroutine &main::ok called at t/DOMWriter.t line 7. END failed--call queue aborted at t/DOMWriter.t line 12. t/DOMWriter...............dubious Test returned status 255 (wstat 65280, 0xff00) t/EntityResolver..........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/EntityResolver.t line 11. BEGIN failed--compilation aborted at t/EntityResolver.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/EntityResolver.t line 11. Undefined subroutine &main::ok called at t/EntityResolver.t line 7. END failed--call queue aborted at t/EntityResolver.t line 11. t/EntityResolver..........dubious Test returned status 255 (wstat 65280, 0xff00) t/Grammar.................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/Grammar.t line 11. BEGIN failed--compilation aborted at t/Grammar.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/Grammar.t line 11. Undefined subroutine &main::ok called at t/Grammar.t line 7. END failed--call queue aborted at t/Grammar.t line 11. t/Grammar.................dubious Test returned status 255 (wstat 65280, 0xff00) t/InputSource.............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/InputSource.t line 11. BEGIN failed--compilation aborted at t/InputSource.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/InputSource.t line 11. Undefined subroutine &main::ok called at t/InputSource.t line 7. END failed--call queue aborted at t/InputSource.t line 11. t/InputSource.............dubious Test returned status 255 (wstat 65280, 0xff00) t/LocalFileInputSource....Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/LocalFileInputSource.t line 12. BEGIN failed--compilation aborted at t/LocalFileInputSource.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/LocalFileInputSource.t line 12. Undefined subroutine &main::ok called at t/LocalFileInputSource.t line 8. END failed--call queue aborted at t/LocalFileInputSource.t line 12. t/LocalFileInputSource....dubious Test returned status 255 (wstat 65280, 0xff00) t/MemBufInputSource.......Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/MemBufInputSource.t line 11. BEGIN failed--compilation aborted at t/MemBufInputSource.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/MemBufInputSource.t line 11. Undefined subroutine &main::ok called at t/MemBufInputSource.t line 7. END failed--call queue aborted at t/MemBufInputSource.t line 11. t/MemBufInputSource.......dubious Test returned status 255 (wstat 65280, 0xff00) t/PerlErrorHandler........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/PerlErrorHandler.t line 12. BEGIN failed--compilation aborted at t/PerlErrorHandler.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/PerlErrorHandler.t line 12. Undefined subroutine &main::ok called at t/PerlErrorHandler.t line 7. END failed--call queue aborted at t/PerlErrorHandler.t line 12. t/PerlErrorHandler........dubious Test returned status 255 (wstat 65280, 0xff00) t/SAX2Count...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/SAX2Count.t line 11. BEGIN failed--compilation aborted at t/SAX2Count.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/SAX2Count.t line 11. Undefined subroutine &main::ok called at t/SAX2Count.t line 7. END failed--call queue aborted at t/SAX2Count.t line 11. t/SAX2Count...............dubious Test returned status 255 (wstat 65280, 0xff00) t/SAX2XMLReader...........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/SAX2XMLReader.t line 11. BEGIN failed--compilation aborted at t/SAX2XMLReader.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/SAX2XMLReader.t line 11. Undefined subroutine &main::ok called at t/SAX2XMLReader.t line 7. END failed--call queue aborted at t/SAX2XMLReader.t line 11. t/SAX2XMLReader...........dubious Test returned status 255 (wstat 65280, 0xff00) t/SAXCount................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/SAXCount.t line 11. BEGIN failed--compilation aborted at t/SAXCount.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/SAXCount.t line 11. Undefined subroutine &main::ok called at t/SAXCount.t line 7. END failed--call queue aborted at t/SAXCount.t line 11. t/SAXCount................dubious Test returned status 255 (wstat 65280, 0xff00) t/SAXException............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/SAXException.t line 12. BEGIN failed--compilation aborted at t/SAXException.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/SAXException.t line 12. Undefined subroutine &main::ok called at t/SAXException.t line 7. END failed--call queue aborted at t/SAXException.t line 12. t/SAXException............dubious Test returned status 255 (wstat 65280, 0xff00) t/SAXParser...............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/SAXParser.t line 11. BEGIN failed--compilation aborted at t/SAXParser.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/SAXParser.t line 11. Undefined subroutine &main::ok called at t/SAXParser.t line 7. END failed--call queue aborted at t/SAXParser.t line 11. t/SAXParser...............dubious Test returned status 255 (wstat 65280, 0xff00) t/Schema..................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/Schema.t line 11. BEGIN failed--compilation aborted at t/Schema.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/Schema.t line 11. Undefined subroutine &main::ok called at t/Schema.t line 7. END failed--call queue aborted at t/Schema.t line 11. t/Schema..................dubious Test returned status 255 (wstat 65280, 0xff00) t/StdInInputSource........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/StdInInputSource.t line 11. BEGIN failed--compilation aborted at t/StdInInputSource.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/StdInInputSource.t line 11. Undefined subroutine &main::ok called at t/StdInInputSource.t line 7. END failed--call queue aborted at t/StdInInputSource.t line 11. t/StdInInputSource........dubious Test returned status 255 (wstat 65280, 0xff00) t/URLInputSource..........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/URLInputSource.t line 11. BEGIN failed--compilation aborted at t/URLInputSource.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/URLInputSource.t line 11. Undefined subroutine &main::ok called at t/URLInputSource.t line 7. END failed--call queue aborted at t/URLInputSource.t line 11. t/URLInputSource..........dubious Test returned status 255 (wstat 65280, 0xff00) t/XercesDOMParser.........Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/XercesDOMParser.t line 11. BEGIN failed--compilation aborted at t/XercesDOMParser.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/XercesDOMParser.t line 11. Undefined subroutine &main::ok called at t/XercesDOMParser.t line 7. END failed--call queue aborted at t/XercesDOMParser.t line 11. t/XercesDOMParser.........dubious Test returned status 255 (wstat 65280, 0xff00) t/XMLException............Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/XMLException.t line 12. BEGIN failed--compilation aborted at t/XMLException.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/XMLException.t line 12. Undefined subroutine &main::ok called at t/XMLException.t line 7. END failed--call queue aborted at t/XMLException.t line 12. t/XMLException............dubious Test returned status 255 (wstat 65280, 0xff00) t/XMLUni..................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/XMLUni.t line 12. BEGIN failed--compilation aborted at t/XMLUni.t line 12. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/XMLUni.t line 12. Undefined subroutine &main::ok called at t/XMLUni.t line 7. END failed--call queue aborted at t/XMLUni.t line 12. t/XMLUni..................dubious Test returned status 255 (wstat 65280, 0xff00) t/XMLUri..................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/XMLUri.t line 11. BEGIN failed--compilation aborted at t/XMLUri.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/XMLUri.t line 11. Undefined subroutine &main::ok called at t/XMLUri.t line 7. END failed--call queue aborted at t/XMLUri.t line 11. t/XMLUri..................dubious Test returned status 255 (wstat 65280, 0xff00) t/XMLURL..................Can't find 'boot_XML__Xerces' symbol in /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7 Compilation failed in require at t/XMLURL.t line 11. BEGIN failed--compilation aborted at t/XMLURL.t line 11. Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24. END failed--call queue aborted at t/XMLURL.t line 11. Undefined subroutine &main::ok called at t/XMLURL.t line 7. END failed--call queue aborted at t/XMLURL.t line 11. t/XMLURL..................dubious Test returned status 255 (wstat 65280, 0xff00) FAILED--38 test scripts could be run, alas--no output ever seen gmake: *** [test_dynamic] Error 255 molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0 <mailto:molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0> >