04-04-2022, 04:38 PM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Apr 2022
Location: Taylors, SC
Device: none
|
Calibre with Raspberry Pi 4
I noticed a post regarding the installation of Calibre on the Raspberry Pi 3 which sounded like an easy thing to do. Yet, downloads seem only interested in Intel processors so how is Calibre loaded onto a Raspberry Pi 4? Keep in mind I’m a financial guy not a computer person. And does one lose functionality going this route? Would I be better off just purchasing an Apple Mac mini and accessing with my iPad via Luna?
Many thanks in advance! |
04-04-2022, 05:54 PM | #2 | |
Wizard
Posts: 2,128
Karma: 8796706
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
|
Quote:
https://download.calibre-ebook.com/betas/ Follow the Manual binary install for Linux: https://calibre-ebook.com/download_linux Code:
sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinstall] bernie Last edited by BetterRed; 12-15-2022 at 05:00 PM. Reason: coding error :) |
|
04-05-2022, 10:18 PM | #3 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Apr 2022
Location: Taylors, SC
Device: none
|
Quote:
Much appreciated. Jeffrey |
|
12-15-2022, 10:57 AM | #4 |
Junior Member
Posts: 6
Karma: 10
Join Date: Dec 2022
Device: Android
|
|
12-17-2022, 12:35 AM | #5 | |||
Groupie
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
|
Quote:
How did you work around the glibc incompatibility? The latest 64-bit raspbian uses glibc 2.31 while the manual calibre installer requires glibc 2.34: Quote:
Quote:
Last edited by RoninTech; 12-17-2022 at 12:43 AM. |
|||
12-17-2022, 05:05 AM | #6 | |
Groupie
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
|
Got an answer from Kovid in another thread. Calibre switched to requiring the newer glibc after version 6.7.
I was able to install calibre 6.7 on my stock 64bit Raspbian by sticking to that version of calibre and also installing these: Quote:
|
|
12-18-2022, 12:28 AM | #7 |
Junior Member
Posts: 6
Karma: 10
Join Date: Dec 2022
Device: Android
|
Hi RoninTech, yes I saw Kovid's post after i had installed ver 6.1. I saw a post where another Pi user had installed 6.1 successfully so that was as ambitious as I dared to be. Mostly i wanted the full text search which i believe 6.0 and above have. Perhaps I should try for ver 6.7.
|
12-18-2022, 12:44 AM | #8 |
Junior Member
Posts: 6
Karma: 10
Join Date: Dec 2022
Device: Android
|
Actually sudo apt install libegl1 libopengl0 looks much more elegant than installing an unrequired app
|
05-30-2023, 01:55 PM | #9 |
Zealot
Posts: 138
Karma: 13776
Join Date: Jan 2007
Location: semi-north Ontario, Canada (N 45.41 W -79.67)
Device: iPad Air 5, Samsung Galaxy S20 FE
|
On a Raspberry Pi 4, I have a newly created fully updated 64 bit Raspberry Pi OS.
I downloaded https://download.calibre-ebook.com/b....7.1-arm64.txz then did sudo mkdir -p /opt/calibre sudo rm -rf /opt/calibre/* sudo tar xvf Downloads/calibre-6.7.1-arm64.txz -C /opt/calibre sudo /opt/calibre/calibre_postinstall but got the error /opt/calibre/calibre_postinstall: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/calibre/calibre_postinstall) I thought that Calibre v6.7 still used glibc_2.31 according to above comments. Did I do something wrong? |
05-30-2023, 03:20 PM | #10 | |
Bibliophagist
Posts: 40,599
Karma: 157444382
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
You might want to download the 6.19.1 installer. You should be able to connect to calibre release (6.19.1) and download the ARM64 package.
I suspect you will still need to install the glibc package before retrying the calibre installation Quote:
Last edited by DNSB; 05-30-2023 at 03:22 PM. |
|
05-30-2023, 06:27 PM | #11 |
Zealot
Posts: 138
Karma: 13776
Join Date: Jan 2007
Location: semi-north Ontario, Canada (N 45.41 W -79.67)
Device: iPad Air 5, Samsung Galaxy S20 FE
|
Thank-you, DNSB
As expected, trying this with version 6.19.1 gave the error about `GLIBC_2.34'. But your link lead me to https://download.calibre-ebook.com/6.7.1/, which actually works. |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calibre 4 for Raspberry Pi? | ganymede | Calibre | 2 | 08-03-2020 11:31 PM |
Calibre 3.39.1 Raspberry Pi B+ | Who | Alternative Devices | 0 | 10-22-2019 12:10 PM |
Calibre on Raspberry Pi 3 | pckopp | Devices | 2 | 12-21-2016 01:19 PM |
Calibre and raspberry pi | ottischwenk | Related Tools | 12 | 02-16-2015 09:43 AM |
Calibre on Raspberry Pi | ottischwenk | Related Tools | 8 | 03-01-2013 10:43 PM |