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

version GLIBC_2.28' not found error on Ubuntu 18.04 with release binaries #405

Closed
muety opened this issue Sep 7, 2022 · 0 comments
Closed
Labels
bug Something isn't working effort:1 prio a

Comments

@muety
Copy link
Owner

muety commented Sep 7, 2022

Reported by @grepthat.

When running the latest Wakapi release on Ubuntu 18.04, I'm getting this error:

./wakapi: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./wakapi)

Without having looked deeper into this, I'd assume that the GHA runners building the releases use a later version of glibc, which 2.27 (the default on Ubuntu 18.04) is not compatible with.

Since a lot of people are still using 18.04 (especially on servers), I think we should keep supporting it.

A potential fix would probably be to use an Ubuntu 18.04 image to build Wakapi on CI. Any thoughts, @YC?

Glibc version can be checked using:

ldd --version

Latest is 2.37.

@muety muety added bug Something isn't working prio a effort:1 labels Sep 7, 2022
@muety muety changed the title version GLIBC_2.28' not found` error on Ubuntu 18.04 with release binaries version \GLIBC_2.28' not found\` error on Ubuntu 18.04 with release binaries Sep 7, 2022
@muety muety changed the title version \GLIBC_2.28' not found\` error on Ubuntu 18.04 with release binaries `version GLIBC_2.28' not found error on Ubuntu 18.04 with release binaries Sep 7, 2022
@muety muety changed the title `version GLIBC_2.28' not found error on Ubuntu 18.04 with release binaries version GLIBC_2.28' not found error on Ubuntu 18.04 with release binaries Sep 7, 2022
@muety muety closed this as completed Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort:1 prio a
Projects
None yet
Development

No branches or pull requests

1 participant