Giter Site home page Giter Site logo

Comments (4)

aduzsardi avatar aduzsardi commented on May 25, 2024

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

git clone https://github.com/joohoi/acme-dns
cd acme-dns
export GOPATH=/tmp/acme-dns
go build

from acme-dns.

mmiller7 avatar mmiller7 commented on May 25, 2024

Similar error on CentOS 7 (which is still supported for another year):

/usr/local/bin/acme-dns: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /usr/local/bin/acme-dns)
/usr/local/bin/acme-dns: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/acme-dns)
/usr/local/bin/acme-dns: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/acme-dns)
/usr/local/bin/acme-dns: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/acme-dns)

Had to download all the dependencies and build.

yum install git go
git clone https://github.com/joohoi/acme-dns
cd acme-dns
export GOPATH=/tmp/acme-dns
go build

Version 0.8 didn't seem to have this issue but 1.0 does.

from acme-dns.

laf0rge avatar laf0rge commented on May 25, 2024

Similar error on Debian 11, which was (until yesterday) the most recent stable Debian version available:

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

Debian 11 is maintained until at least 07/2024.

from acme-dns.

webprofusion-chrisc avatar webprofusion-chrisc commented on May 25, 2024

Looks to be Go, specifically: golang/go#58550

from acme-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.