version `GLIBC_2.28' not found, when running Till 0.8.0 on Ubuntu 18.04
zokovi opened this issue · 0 comments
zokovi commented
Hello, when I try to run Till (till_0.8.0_Linux_x86_64.tar.gz) on Ubuntu 18.04, I got this error:
./till: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by ./till)
I think its because of Till not compatible with GLIBC that comes with Ubuntu 18.04 or lower,
This is the version of GLIBC that comes with Ubuntu 18.04 or lower:
Ubuntu 16.04 -> GLIBC 2.23
Ubuntu 18.04 -> GLIBC 2.27
Compliling Till binaries with lower version of GLIBC might fix this issue.
