-
Notifications
You must be signed in to change notification settings - Fork 238
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
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found #328
Comments
weird that nobody reported this before today :)
|
Similar error on CentOS 7 (which is still supported for another year):
Had to download all the dependencies and build.
Version 0.8 didn't seem to have this issue but 1.0 does. |
Similar error on Debian 11, which was (until yesterday) the most recent stable Debian version available:
Debian 11 is maintained until at least 07/2024. |
Looks to be Go, specifically: golang/go#58550 |
acme-dns version 1.0 does not appear to run on operating systems that have a libc older than 2.32.
When trying to start acme-dns on an OS that has an older libc version, the following errors are shown, followed by an exit with code 1:
This issue occurs on both Ubuntu 20.04 and Debian 11, which are both reasonably new operating systems, and both have libc 2.31.
The text was updated successfully, but these errors were encountered: