`GLIBC_2.29' not found

Does anyone has a clue what is this ?

OS : Armbian 10.13 aarch64
XOJO : 2023R1.1
WebApp

Error : /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29’ not found (required by /app Libs/XojoConsoleFrameworkARM64.so

On ldd --version i get this

ldd --version
ldd (Debian GLIBC 2.28-10+deb10u2) 2.28

Thanks

It’s pretty self explanatory. You have 2.28, you need 2.29.

indeed, i was not asking that, i guess it’s more why and how to get that, as on the docs it is something else so i guess maybe XOJO should update those when they do changes

You are looking at old documentation, new is here

https://documentation.xojo.com/resources/system_requirements_for_current_release.html

Even that version of the documentation only wants version 2.27 and not 2.29

For Linux ARM that documentation requires 2.31 (c&p)
EDIT: Is in section Desktop Applications - But suppose Xojo itself needs the same (at least)

At a minimum, Xojo requires these Linux libraries:
glib 2.0
glib 2.64.6 (ARM 64-bit)
glibc-2.11 (32-bit)
glibc-2.14 (64-bit)
glibc-2.31 (ARM 64-bit)