Skip to content
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

cfssl run error on GO 1.8 #745

Open
YouZhengChuan opened this issue Apr 5, 2017 · 3 comments
Open

cfssl run error on GO 1.8 #745

YouZhengChuan opened this issue Apr 5, 2017 · 3 comments

Comments

@YouZhengChuan
Copy link

$ go version
go version go1.8 darwin/amd64

$ go install github.com/cloudflare/cfssl/cmd/cfssl

$ $GOBIN/cfssl -v
Killed: 9

$ $GOBIN/cfssl
Killed: 9

@saurabhsurana-zz
Copy link

saurabhsurana-zz commented Apr 19, 2017

I ran into this same issue with latest MacOS and Go 1.8.
I had to add -ldflags -s to the go install command and then the binaries worked for me.
(golang/go#19734)

go install -ldflags -s github.com/cloudflare/cfssl/cmd/...

@lziest
Copy link
Contributor

lziest commented May 10, 2017

seems like we should move to go 1.8.1 now

@yaleman
Copy link

yaleman commented Mar 31, 2019

This should probably be closed as 1.11+ is documented as a requirement:

Building cfssl requires a working Go 1.11+ installation and a properly set GOPATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants