Hi,
while trying to setup a headless calibre install, I noticed that the binary install from
http://calibre-ebook.com/download_linux is not really self contained: there are a number of missing libraries (identified using ldd), that prevent it to work on console-only systems, or on systems with a minimal X install. The missing libraries (checked against 0.8.16) are:
Code:
libcairo.so.2
libcroco-0.6.so.3
libdbus-glib-1.so.2
libgdk_pixbuf-2.0.so.0
libgsf-1.so.114
libICE.so.6
libpango-1.0.so.0
libpangocairo-1.0.so.0
libpangoft2-1.0.so.0
libpixman-1.so.0
libQtDesigner.so.4
libQtOpenGL.so.4
libQtScript.so.4
libQtScriptTools.so.4
libQtTest.so.4
libQtXmlPatterns.so.4
librsvg-2.so.2
libSM.so.6
libwmf-0.2.so.7
libXext.so.6
libXrandr.so.2
libXrender.so.1
libXt.so.6
Would it be possible to add these libraries to the binary package?
Thanks for your help!
Davide