Skip Menu |

This queue is for tickets about the XML-LibXML-Common CPAN distribution.

Report information
The Basics
Id: 3302
Status: resolved
Priority: 0/
Queue: XML-LibXML-Common

People
Owner: Nobody in particular
Requestors: arnaud.lhote [...] o2.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.13
Fixed in: (no value)



Subject: Cannot run tests successfully with lixml2 2.5.10 installed on HP-UX11.0
Distribution : /XML-LibXML-Common-0.13 perl 5.8.0 HPUX 11.0 when running make test I am getting following : PERL_DL_NONLAZY=1 /pkg/vdc1c/arbor1c/site_specific/IBEGResources/perl/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..8 /usr/lib/dld.sl: Unresolved symbol: xmlFree (data) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlBufferContent (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlCharEncOutFunc (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlCharEncInFunc (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlGetCharEncodingHandler (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlFindCharEncodingHandler (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlSetGenericErrorFunc (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlBufferCreate (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlParseCharEncoding (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlBufferCCat (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlCharStrndup (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlStrdup (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlBufferFree (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlStrlen (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlCharEncCloseFunc (code) from blib/arch/auto/XML/LibXML/Common/Common.sl /usr/lib/dld.sl: Unresolved symbol: xmlBufferLength (code) from blib/arch/auto/XML/LibXML/Common/Common.sl Can't load 'blib/arch/auto/XML/LibXML/Common/Common.sl' for module XML::LibXML::Common: Unresolved external at /pkg/vdc1c/arbor1c/site_specific/IBEGResources/perl/lib/5.8.0/PA-RISC2.0/DynaLoader.pm line 229. at test.pl line 10 Compilation failed in require at test.pl line 10. BEGIN failed--compilation aborted at test.pl line 10. *** Error exit code 255 Stop.
Date: Thu, 21 Aug 2003 14:34:42 +0200
From: Christian Glahn <christian.glahn [...] uibk.ac.at>
To: Guest via RT <bug-XML-LibXML-Common [...] rt.cpan.org>
Subject: Re: [cpan #3302] Cannot run tests successfully with lixml2 2.5.10 installed on HP-UX11.0
RT-Send-Cc:
There is a report about how to deal with XML::LibXML* and HPUX in the XML::LibXML README. Try things mentioned there. It seems the problem is related to HPUX' dynamic linking problems; check the related documentation that comes with your machine and perl. Christiain