8.10.0
Code:
LD_DEBUG=libs ./calibre-debug -g 2>&1 | grep libxml2 grep libxml2
grep: grep: No such file or directory
grep: libxml2: No such file or directory
Code:
ldd: ./lib/calibre-extensions/html5_parser.html_parser.so: No such file or directory
8.11.1
Code:
LD_DEBUG=libs ./calibre-debug -g 2>&1 | grep libxml2 grep libxml2
grep: grep: No such file or directory
grep: libxml2: No such file or directory
Code:
ldd: ./lib/calibre-extensions/html5_parser.html_parser.so: No such file or directory
I get the same result with my old system disk. 8.10.0 calibre debug works 8.11.1 calibre debug does not work.
bernie
Quote:
Originally Posted by kovidgoyal
And what does
ldd ./lib/calibre-extensions/html5_parser.html_parser.so
output?
|