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

Error installing certinal #3

Closed
nwhobart opened this issue Oct 10, 2018 · 2 comments
Closed

Error installing certinal #3

nwhobart opened this issue Oct 10, 2018 · 2 comments

Comments

@nwhobart
Copy link

Following the installation directions I'm confronted with:

bin % go get -u github.com/jteeuwen/go-bindata/...
bin % go get github.com/drtoful/certinel
# github.com/drtoful/certinel/app
../src/github.com/drtoful/certinel/app/http.go:153:15: undefined: Asset

pretty new to golang so I can't really troubleshoot this as much as I normally would before filing an issue.

any help would be appreciated.

trying to install on:
go version go1.11.1 linux/amd64
ubuntu 16.04

@ImNtReal
Copy link

I was able to install it following these directions:

go get -u github.com/jteeuwen/go-bindata/...
go get github.com/drtoful/certinel
go generate github.com/drtoful/certinel
go install github.com/drtoful/certinel

I still got the error, but was able to ignore it.

@TyBrown
Copy link
Contributor

TyBrown commented Apr 26, 2021

@nwhobart @ImNtReal Heads up, #4 got merged today, which removes the dependency on go-bindata, which was at the root of this problem/error... The change requires that it be compiled with Go 1.16+, but does simplify the compile steps. I've ensured that the README in this repo is up to date with the current steps to compile certinel.

@drtoful drtoful closed this as completed Feb 20, 2024
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