Thanks! @DNSB that does look like a typo on the link indeed!
However, I still seem to get errors…
/opt/calibre/calibre_postinstall: 1: Syntax error: word unexpected (expecting ")")
If I cd into that directory and run directly
-bash: ./calibre_postinstall: cannot execute binary file: Exec format error
I took a look at the file info…
./calibre_postinstall: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=xxx, for GNU/Linux 3.7.0, stripped
I have a Rpi 400, 64-bit CPU… Hmm…
arch command results in "armv7l"
Here is where I am a bit in the deep end, I assume that should be compatible, but maybe not?
Quote:
Originally Posted by DNSB
You will need to click on the Linux 32-bit binary link in the calibre 6.1.0 downloads page to download the calibre-6.1.0-arm64.txz file. An error in naming since there is no longer a 32 bit version of calibre. Perhaps the first line could be changed to read calibre x86-64 binary and the second line should read calibre arm64 binary.
After that, the manual install line from the Linux install page should work after editing to give the correct tarball name, etc.
I don't have an ARM64 Linux box to test on but the install.sh script looks as if all the needed ARM64 select code is in place for it to work if all the prerequisites are in place.
|