mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #328] /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found #180
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Grendel7 on GitHub (Jan 1, 2023).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/328
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.
@aduzsardi commented on GitHub (Jan 1, 2023):
weird that nobody reported this before today :)
i guess everybody just runs it in docker ... in any case , if you need it on that platform you can easily compile it yourself
@mmiller7 commented on GitHub (Feb 5, 2023):
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.
@laf0rge commented on GitHub (Jun 11, 2023):
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.
@webprofusion-chrisc commented on GitHub (Jun 12, 2023):
Looks to be Go, specifically: https://github.com/golang/go/issues/58550