Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-28-2009, 11:03 AM   #1
reread
Junior Member
reread began at the beginning.
 
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
When I try to start calibre anyway, I get:
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)
Any ideas?
reread is offline   Reply With Quote
Old 12-28-2009, 11:06 AM   #2
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: 43,839
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
there's a note about it in the linux download page
kovidgoyal is offline   Reply With Quote
Advert
Old 12-28-2009, 02:31 PM   #3
reread
Junior Member
reread began at the beginning.
 
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?
reread is offline   Reply With Quote
Old 12-28-2009, 03:00 PM   #4
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: 43,839
Karma: 22666666
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
kovidgoyal is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Calibre 6.46 Install fails theducks Calibre 24 04-02-2010 09:27 AM
cannot install in on Linux ichthyosaur Calibre 1 12-31-2009 05:20 PM
Vista install fails bobzchemist Calibre 3 11-10-2009 03:26 AM
Linux install roger64 Calibre 2 04-23-2009 03:30 AM
calibre install fails on Ubuntu hardy Xpi6 Calibre 16 11-16-2008 01:29 PM


All times are GMT -4. The time now is 09:01 PM.


MobileRead.com is a privately owned, operated and funded community.