jless
jless copied to clipboard
jless not running on Centos 8 Stream
I can't run jless binary (downloaded from Github) on Centos 8 Stream.
$ jless
jless: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by jless)
jless: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by jless)
jless: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by jless)
jless: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by jless)
glibc is glibc-2.28-239.el8.x86_64, so probably too old.
Is it really necessary to stick with these particular libc versions? Can you provide a statically linked binary?
Similar for Ubuntu 20.04.6 LTS (2.31-0ubuntu9.14)