8

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

ndotie
  • 1,830
  • 17
  • 18

1 Answers1

2

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

Amon
  • 2,725
  • 5
  • 30
  • 52