jless icon indicating copy to clipboard operation
jless copied to clipboard

jless not running on Centos 8 Stream

Open megabreit opened this issue 1 year ago • 1 comments

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?

megabreit avatar Nov 13 '23 17:11 megabreit

Similar for Ubuntu 20.04.6 LTS (2.31-0ubuntu9.14)

FelixSchwarz avatar Jan 12 '24 08:01 FelixSchwarz