Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jless not running on Centos 8 Stream #137

Open
megabreit opened this issue Nov 13, 2023 · 2 comments
Open

jless not running on Centos 8 Stream #137

megabreit opened this issue Nov 13, 2023 · 2 comments

Comments

@megabreit
Copy link

megabreit commented Nov 13, 2023

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
Copy link

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

@stdedos
Copy link

stdedos commented Nov 4, 2024

@PaulJuliusMartinez, would you object modifying

platform:
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
- { os: macos-latest , target: x86_64-apple-darwin }

so that (future) releases work on more systems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants