You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I can't run jless binary (downloaded from Github) on Centos 8 Stream.
$ 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?
The text was updated successfully, but these errors were encountered: