PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.73k stars 91 forks source link

jless not running on Centos 8 Stream #137

Open megabreit opened 10 months ago

megabreit commented 10 months ago

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?

FelixSchwarz commented 8 months ago

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