[installing lmtx on raspi400]
No desktop system is complete before having a proper lmtx installed ;-) So with this OS version $ uname -a Linux rp400 5.10.17-v8+ #1414 SMP PREEMPT Fri Apr 30 13:23:25 BST 2021 aarch64 GNU/Linux $ hostnamectl Static hostname: rp400 Icon name: computer Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 5.10.17-v8+ Architecture: arm64 I downloaded context-linux-aarch64.zip unzipped it in the ~/context folder and ran the install.sh script $ sudo sh ./install.sh this gives an error: /home/pi/context/bin/mtxrun: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/pi/context/bin/mtxrun) Anyone with a hint ? Thx .Floris
On 5/13/2021 2:08 PM, Floris van Manen wrote:
No desktop system is complete before having a proper lmtx installed ;-)
So with this OS version
$ uname -a Linux rp400 5.10.17-v8+ #1414 SMP PREEMPT Fri Apr 30 13:23:25 BST 2021 aarch64 GNU/Linux
$ hostnamectl Static hostname: rp400 Icon name: computer Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 5.10.17-v8+ Architecture: arm64
I downloaded context-linux-aarch64.zip
unzipped it in the ~/context folder and ran the install.sh script
$ sudo sh ./install.sh
this gives an error:
/home/pi/context/bin/mtxrun: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/pi/context/bin/mtxrun)
Anyone with a hint ?
the 64 bit is generate on a rpi runing ubuntu so maybe more recent libs? Hans (makes me wonder if it runs on a rpi with windows) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
In buster the libc6 is too old. You can switch to debian 11 or ubuntu as
Hans said or you can add a newer glibc version. I had the same problem on a
chromebook duet. I solved it following this (or a similar) solution:
https://github.com/deltachat/deltachat-desktop/issues/1006#issue-498257133
(you read context instead of deltachat)
I had no problems using the newer libc6. But you do this at your one risk!
Kind regards
Christian
Am Do., 13. Mai 2021 um 16:30 Uhr schrieb Hans Hagen
On 5/13/2021 2:08 PM, Floris van Manen wrote:
No desktop system is complete before having a proper lmtx installed ;-)
So with this OS version
$ uname -a Linux rp400 5.10.17-v8+ #1414 SMP PREEMPT Fri Apr 30 13:23:25 BST 2021 aarch64 GNU/Linux
$ hostnamectl Static hostname: rp400 Icon name: computer Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 5.10.17-v8+ Architecture: arm64
I downloaded context-linux-aarch64.zip
unzipped it in the ~/context folder and ran the install.sh script
$ sudo sh ./install.sh
this gives an error:
/home/pi/context/bin/mtxrun: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/pi/context/bin/mtxrun)
Anyone with a hint ?
the 64 bit is generate on a rpi runing ubuntu so maybe more recent libs?
Hans
(makes me wonder if it runs on a rpi with windows)
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
On 13/05/2021 22:39, Christian Prim wrote:
I solved it following this (or a similar) solution:
https://github.com/deltachat/deltachat-desktop/issues/1006#issue-498257133 https://github.com/deltachat/deltachat-desktop/issues/1006#issue-498257133
That worked very well, thank you ! $ hostnamectl Static hostname: rp400 Icon name: computer Operating System: Debian GNU/Linux bullseye/sid Kernel: Linux 5.10.17-v8+ Architecture: arm64 $ context --version mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file: /home/pi/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2021.05.09 17:14 mtx-context | main context file: /home/pi/context/tex/texmf-context/tex/context/base/mkxl/context.mkxl mtx-context | current version: 2021.05.09 17:14
participants (3)
-
Christian Prim
-
Floris van Manen
-
Hans Hagen