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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org