View Single Post
Old Yesterday, 06:03 AM   #14
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,561
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That's just weird something is trying to load libxml.so.2 but nothing in calibre links against that. Maybe one of your calibre plugins? Try running it as

calibre-debug -g -- --ignore-plugins

In any case the workaround is simple just do

ln -s libxml2.so.16 /opt/calibre/lib/libxml2.so.2

that will force whatever it is to load libxml2.so.16
kovidgoyal is offline   Reply With Quote