[xml/sgml-pkgs] Bug#511711: Bug#511711: python-libxslt1: Err on import libxsltmod

Mike Hommey mh at glandium.org
Tue Jan 13 20:07:49 UTC 2009


On Tue, Jan 13, 2009 at 02:08:38PM -0500, Eric Jahn wrote:
> Subject: python-libxslt1: Err on import libxsltmod 
> Package: python-libxslt1
> Version: 1.1.24-2
> Severity: critical
> Justification: breaks unrelated software
> 
> *** Please type your report below this line ***
> 
> If I try to do python -c 'import libxsltmod', I get the following
> error: 
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: /var/lib/python-support/python2.5/libxsltmod.so: undefined
> symbol: xsltInitAllDocKeys

There is no reason for this to happen with the standard packages.

Try to run:
        ldd /var/lib/python-support/python2.5/libxsltmod.so

If you see libxslt.so.1 pointing somewhere different from
/usr/lib/libxslt.so.1, which I'm pretty sure is what you'll see, it
means you have another incompatible libxslt installed on your system.

Otherwise, please send the output for the following command:
        LD_DEBUG=all python -c 'import libxsltmod' 2>&1 | grep xsltInitAllDocKeys

Mike





More information about the debian-xml-sgml-pkgs mailing list