|
LD_DEBUG=libs ebook-convert b.epub b.pdf 2>&1 | grep -i "libxml2" > /tmp/ld_debug.log
cat /tmp/ld_debug.log
190956: find library=libxml2.so.16 [0]; searching
190956: trying file=/root/calibre/lib/libxml2.so.16
190956: calling init: /root/calibre/lib/libxml2.so.16
190961: find library=libxml2.so.16 [0]; searching
190961: trying file=/root/calibre/lib/libxml2.so.16
190960: find library=libxml2.so.16 [0]; searching
190960: trying file=/root/calibre/lib/libxml2.so.16
190960: calling init: /root/calibre/lib/libxml2.so.16
190961: calling init: /root/calibre/lib/libxml2.so.16
190956: find library=libxml2.so.2 [0]; searching
190956: trying file=/root/calibre/lib/libxml2.so.2
190956: trying file=/lib/x86_64-linux-gnu/libxml2.so.2
190956: calling init: /lib/x86_64-linux-gnu/libxml2.so.2
RuntimeError: html5-parser and lxml are using different versions of libxml2. This happens commonly when using pip installed versions of lxml. Use pip install --no-binary lxml lxml instead. libxml2 versions: html5-parser: (2, 9, 14) != lxml: (2, 15, 3)
190956: calling fini: /lib/x86_64-linux-gnu/libxml2.so.2 [0]
190956: calling fini: /root/calibre/lib/libxml2.so.16 [0]
|