-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get
fails on fedora due to elliptic.P224
#690
Comments
Ok, so I did I miss the "You will need Go 1.6 or newer." in the README.md In case it saves any fedora users some time... first Then |
go test github.com/mholt/caddy/... -Toby. On Tue, Mar 22, 2016 at 6:19 AM, dncohen notifications@github.com wrote:
|
This issue persists with Fedora 24. Today I upgraded to Fedora 24 so I would have a 1.6 version of golang.
|
Hello @zoowar, please follow the instructions on https://golang.org/doc/install, download Caddy here https://caddyserver.com/download or use https://getcaddy.com |
Hi @elcore it solve or just trying ? I seem problem like @dncohen go build mattermost.go github.com/mattermost/platform/vendor/golang.org/x/crypto/ocsp../go/src/github.com/mattermost/platform/vendor/golang.org/x/crypto/ocsp/ocsp.go:199: undefined: elliptic in elliptic.P224 |
Hello @anovanmaximuz,
https://caddyserver.com/download/build?os=linux&arch=amd64&features= |
@elcore thanks it works
|
I'm brand new to caddy, and almost as new to golang, so please forgive me if this is a FAQ.
My problem is this on fedora23:
A little searching tells me the dependency is omitted on fedora due to a patent issue. But the searching has yet to turn up a workaround.
I'm wondering if this dependency could be made optional in Caddy?
It occurs to me possibly the change has to be in crypto/ocsp. If so, pardon the noise! Caddy looks quite nice and I'm eager to try it out.
Thanks. -Dave
The text was updated successfully, but these errors were encountered: