View Single Post
Old 12-16-2022, 11:10 PM   #26
RoninTech
Groupie
RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.
 
RoninTech's Avatar
 
Posts: 168
Karma: 1000036
Join Date: Oct 2008
Location: Citizen of the World
Device: iPod Touch, Nook Colour, Kobo Touch, Kobo Glo, Nexus 7, Nexus 5, Pixel
I have an 8 GB RPi4 running the latest 64Bit Debian Bullseye. An apt get install gives me calibre 5.12.

I'd like to try the latest calibre version 6.1 but the installer fails with a message about the glibc version:

How are people getting around this? I used the linux install command from the calibre website:

Quote:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
[sudo] password for pi:
2022-12-17 11:07:10 URL:https://download.calibre-ebook.com/linux-installer.sh [33639/33639] -> "-" [1]
Using python executable: /usr/bin/python3
Your system has GNU libc version 2.31. The calibre binaries require at least version: 2.34 (released on 2022-02-03). Update your system.
So stock 64bit bullseye on Pi4 uses glibc 2.31 but calibre 6 installer requires at least 2.34?

Quote:
ldd --version
ldd (Debian GLIBC 2.31-13+rpt2+rpi1+deb11u5) 2.31

Last edited by RoninTech; 12-16-2022 at 11:44 PM.
RoninTech is offline   Reply With Quote