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
Asked
Active
Viewed 798 times
8

ndotie
- 1,830
- 17
- 18
-
1If found any solution to this, please help us out :) – ndotie Mar 23 '22 at 16:53
-
Did you end up solving this? – Amon Mar 25 '22 at 17:55
-
No, no success yet – ndotie Mar 25 '22 at 18:32
-
Does this answer your question? [Cannot download caddy package on yum](https://stackoverflow.com/questions/73347341/cannot-download-caddy-package-on-yum) – A.H. Nov 15 '22 at 17:45
1 Answers
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
-
-
1Thanks, this helped me out. I added some notes at https://stackoverflow.com/questions/73347341/ – Levin Magruder Oct 03 '22 at 01:53
-
1thanks @Levin Magruder the details you added about golang are so useful – ndotie Nov 02 '22 at 12:49
-
1
-