Skip to content
Advertisement

Error: Package: caddy-2.4.6-1.el9.x86_64 (copr:copr.fedorainfracloud.org:group_caddy:caddy) Requires: libc.so.6(GLIBC_2.34)(64bit)

Am trying to get ssl working on my ec2 instance, but sudo yum caddy install tells me i need to have Requires: libc.so.6(GLIBC_2.34)(64bit) which by the way i cant find a way to install it on linux ec2 server

Advertisement

Answer

I had the same issue, but was able to successfully install it by building it from source: https://caddyserver.com/docs/build#build-from-source

Make sure you have Golang installed first, that’s really easy

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement