Actually, I get the same error at installation:
root@xxxx:/home/calibre/download# sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.9.10-i686.tar.bz2
Downloading calibre-0.9.10-i686.tar.bz2
100% [================================================== ==================================]
Downloaded 56272162 bytes
Checking downloaded file integrity...
Extracting files to /opt/calibre ...
Extracting application files...
Loading ICU failed with: /opt/calibre/lib/libicuio.so.49: undefined symbol: __gxx_personality_v0, version CXXABI_1.3
Loading ICU failed with: /opt/calibre/lib/libicuio.so.49: undefined symbol: __gxx_personality_v0, version CXXABI_1.3
Creating symlinks...
Symlinking /opt/calibre/fetch-ebook-metadata to /usr/bin/fetch-ebook-metadata
Symlinking /opt/calibre/lrf2lrs to /usr/bin/lrf2lrs
Symlinking /opt/calibre/ebook-convert to /usr/bin/ebook-convert
Symlinking /opt/calibre/ebook-meta to /usr/bin/ebook-meta
Symlinking /opt/calibre/lrs2lrf to /usr/bin/lrs2lrf
Symlinking /opt/calibre/lrfviewer to /usr/bin/lrfviewer
Symlinking /opt/calibre/calibre to /usr/bin/calibre
Symlinking /opt/calibre/markdown-calibre to /usr/bin/markdown-calibre
Symlinking /opt/calibre/calibre-debug to /usr/bin/calibre-debug
Symlinking /opt/calibre/calibre-parallel to /usr/bin/calibre-parallel
Symlinking /opt/calibre/web2disk to /usr/bin/web2disk
Symlinking /opt/calibre/calibre-server to /usr/bin/calibre-server
Symlinking /opt/calibre/calibre-customize to /usr/bin/calibre-customize
Symlinking /opt/calibre/ebook-viewer to /usr/bin/ebook-viewer
Symlinking /opt/calibre/calibre-smtp to /usr/bin/calibre-smtp
Symlinking /opt/calibre/epub-fix to /usr/bin/epub-fix
Symlinking /opt/calibre/ebook-device to /usr/bin/ebook-device
Symlinking /opt/calibre/calibredb to /usr/bin/calibredb
Setting up bash completion...
____________________ WARNING ____________________
Setting up completion failed with error:
__________________________________________________
Traceback (most recent call last):
File "site-packages/calibre/linux.py", line 221, in setup_completion
File "site-packages/calibre/ebooks/metadata/cli.py", line 13, in <module>
File "site-packages/calibre/ebooks/metadata/meta.py", line 9, in <module>
File "site-packages/calibre/ebooks/metadata/opf2.py", line 14, in <module>
ImportError: /opt/calibre/lib/libxml2.so.2: undefined symbol: inflateEnd
Setting up desktop integration...
____________________ WARNING ____________________
Setting up desktop integration failed with error:
__________________________________________________
Traceback (most recent call last):
File "site-packages/calibre/linux.py", line 360, in setup_desktop_integration
File "site-packages/calibre/linux.py", line 609, in render_img
ImportError: cannot import name QImage
There were 2 warnings
* Setting up completion failed with error:
* Setting up desktop integration failed with error:
You can automate future calibre installs by specifying the
installation directory in the install command itself, like
this:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
Change /opt above to whatever directory you want calibre to be
automatically installed to
Run "calibre" to start calibre
|