Skip Menu |

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

Report information
The Basics
Id: 82586
Status: resolved
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: lucas [...] telemaco.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.79
Fixed in: (no value)



Subject: undefined symbol: xmlXPathCompiledEvalToBoolean
Hi, I don't know if it's really a bug... version library and dependencies: XML::LibXSLT 1.79 XML::LibXML 2.0.0.0.4 XML::SAX 0.99 XML::NamespaceSupport 1.11 XML::SAX::Base 1.08 Perl 5.8.8 Error log apache : /usr/bin/perl: symbol lookup error: /usr/local//lib/libxslt.so.1: undefined symbol: xmlXPathCompiledEvalToBoolean Source code : my $xslt = XML::LibXSLT -> new (); my $source = XML::LibXML -> load_xml(location => "../../temp/".$fichero.""); my $style_doc = XML::LibXML -> load_xml(location => "../../temp/ficha.xsl", no_cdata => 1); my $stylesheet = $xslt -> parse_stylesheet($style_doc); my $results = $stylesheet -> transform($source); print $stylesheet -> output_as_chars($results); any idea? Thanks!
On Wed Jan 09 10:00:33 2013, lma wrote: Show quoted text
> /usr/bin/perl: symbol lookup error: /usr/local//lib/libxslt.so.1: > undefined symbol: xmlXPathCompiledEvalToBoolean
This might me caused by a very old version of libxml2.
RESOLVEing as INVALID because it seems like the dependencies are old (perl-5.8.8 / etc.). Please use a more up-to-date system. Regards, -- Shlomi Fish