Search code examples
linuxamazon-ec2caddy

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


Solution

  • 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