|
|
#1 |
|
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-505
|
0.6.31 Linux install fails
The 0.6.31 Linux installer doesn't work under Mandriva Linux 2009.1 (previous versions intalled fine):
Code:
# sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.6.31-i686.tar.bz2
Downloading calibre-0.6.31-i686.tar.bz2
100% [========================================================================================================]
Extracting files to /opt/calibre ...
Extracting application files...
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/pdfmanipulate to /usr/bin/pdfmanipulate
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/lrs2lrf to /usr/bin/lrs2lrf
Symlinking /opt/calibre/ebook-device to /usr/bin/ebook-device
Symlinking /opt/calibre/librarything to /usr/bin/librarything
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 "/home/kovid/build/calibre/src/calibre/linux.py", line 172, in setup_completion
File "/home/kovid/build/calibre/src/calibre/ebooks/metadata/cli.py", line 12, in <module>
File "/home/kovid/build/calibre/src/calibre/customize/ui.py", line 12, in <module>
File "/home/kovid/build/calibre/src/calibre/customize/builtins.py", line 393, in <module>
File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/output.py", line 18, in <module>
File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/writer.py", line 22, in <module>
File "ExtensionLoader_PyQt4_QtWebKit.py", line 12, in <module>
ImportError: /lib/i686/libc.so.6: version `GLIBC_2.10' not found (required by /opt/calibre/libQtNetwork.so.4)
Trying to setup udev rules...
Installing MAN pages...
____________________ WARNING ____________________
Installing MAN pages failed with error:
__________________________________________________
Traceback (most recent call last):
File "/home/kovid/build/calibre/src/calibre/linux.py", line 328, in install_man_pages
File "/home/kovid/build/calibre/src/calibre/devices/prs500/cli/main.py", line 16, in <module>
File "/home/kovid/build/calibre/src/calibre/customize/ui.py", line 12, in <module>
File "/home/kovid/build/calibre/src/calibre/customize/builtins.py", line 393, in <module>
File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/output.py", line 18, in <module>
File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/writer.py", line 22, in <module>
File "ExtensionLoader_PyQt4_QtWebKit.py", line 12, in <module>
ImportError: /lib/i686/libc.so.6: version `GLIBC_2.10' not found (required by /opt/calibre/libQtNetwork.so.4)
Setting up desktop integration...
There were 2 warnings
* Setting up completion failed with error:
* Installing MAN pages failed with error:
Run "calibre" to start calibre
Code:
$ calibre Traceback (most recent call last): File "/tmp/init.py", line 46, in <module> File "/home/kovid/build/calibre/src/calibre/gui2/__init__.py", line 15, in <module> File "/home/kovid/build/calibre/src/calibre/ebooks/metadata/meta.py", line 11, in <module> File "/home/kovid/build/calibre/src/calibre/customize/ui.py", line 12, in <module> File "/home/kovid/build/calibre/src/calibre/customize/builtins.py", line 393, in <module> File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/output.py", line 18, in <module> File "/home/kovid/build/calibre/src/calibre/ebooks/pdf/writer.py", line 22, in <module> File "ExtensionLoader_PyQt4_QtWebKit.py", line 12, in <module> ImportError: /lib/i686/libc.so.6: version `GLIBC_2.10' not found (required by /opt/calibre/libQtNetwork.so.4) |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,621
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
there's a note about it in the linux download page
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-505
|
right...
So I downgraded to 0.6.26, but since upgrading the glibc system-wide a PITA, is it possible to run newer calibres with a separate glibc copy using LD_LIBRARY_PRELOAD? |
|
|
|
|
|
#4 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,621
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
just stick the glibc in /opt/calibre it should be used in preference to the system one
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu Calibre 6.46 Install fails | theducks | Calibre | 24 | 04-02-2010 10:27 AM |
| cannot install in on Linux | ichthyosaur | Calibre | 1 | 12-31-2009 06:20 PM |
| Vista install fails | bobzchemist | Calibre | 3 | 11-10-2009 04:26 AM |
| Linux install | roger64 | Calibre | 2 | 04-23-2009 04:30 AM |
| calibre install fails on Ubuntu hardy | Xpi6 | Calibre | 16 | 11-16-2008 02:29 PM |