zmnpl/twad

twad halts: GLIBC_2.32 not found

Closed this issue · 2 comments

twad v0.20.3 doesn't start on my computer.

$ twad
twad: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by twad)
twad: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by twad)

It looks like my version of GLIBC is too old.

$ ldd --version | head -1
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
$ lsb_release --description
Description:	Ubuntu 20.04.6 LTS

Can you make twad work on Ubuntu 20.04? Canonical supports it until April 2025.

Otherwise, is there something I can do here other than compile it myself?

zmnpl commented

Hey, please check the latest release. I have compiled twad without cgo not (CGO_ENABLED=0). That should make it a statically linked binary and not require glibc anymore. Let me know if that worked for you.

It works! It's beautiful. Thanks!

image