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

Glibc version error #194

Open
pataquets opened this issue Oct 19, 2022 · 2 comments
Open

Glibc version error #194

pataquets opened this issue Oct 19, 2022 · 2 comments

Comments

@pataquets
Copy link

todoist downloaded from releases page, amd64.
When running todoist:

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

I'm on Ubuntu Bionic, so I guess it's a libc issue with my OS.
As a workaround, I think that building against musl would work. I've seen it done elsewhere.

@paper42
Copy link

paper42 commented Dec 18, 2022

Ubuntu Bionic is way too old, it uses glibc 2.27 while the release build wants at least glibc 2.32.

@pataquets
Copy link
Author

Thanks, @paper42. I was guessing already that it could be indeed a glibc version issue.
I wanted to know if it's possible to provide a static/musl binary. Do you know if it's possible?
@sachaos: Also, if the Dockerfile were to build from local sources (as is common practice) it could be leveraged to produce builds for every architecture supported by Docker BuildKit, too. I can help with it, if needed.

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