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

Compile releases on older OS? #215

Open
burner1024 opened this issue Jan 23, 2022 · 5 comments
Open

Compile releases on older OS? #215

burner1024 opened this issue Jan 23, 2022 · 5 comments

Comments

@burner1024
Copy link
Contributor

./weidu: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by ./weidu)`
v249 doesn't run on Ubuntu 18.04, which has over a year to EOL.
Compiling is not a big issue, but I think it'd better to lower OS requirements still.

@FredrikLindgren
Copy link
Member

Yeah, I've been meaning to, but it's work so I guess I've been putting it off until someone complained.

@FredrikLindgren
Copy link
Member

FredrikLindgren commented Dec 9, 2023

Current CentOS Stream has GNU libc v2.34, which is older than my semi-current Fedora desktop (GNU libc v2.37). Is that old enough or should I keep looking?

@burner1024
Copy link
Contributor Author

Well, U18.04 is EOL now, and 20.04 has libc 2.31, should be available in github actions still.
My case is 22.04 now, which has 2.35.

@FredrikLindgren
Copy link
Member

CentOS Stream 8 is the oldest I can find, with v2.28. Debian oldstable is also on v2.31.

@burner1024
Copy link
Contributor Author

Anything 2.35 and below is fine for me, can't speak for other people =).

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

2 participants