encounter error on mac os x #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi.
after i ran "go get -u -v github.com/kanocz/lcvpn" under $GOPATH,
it shows:
...
github.com/kanocz/lcvpn
src/github.com/kanocz/lcvpn/iface.go:26:16: undefined: water.NewTUN
src/github.com/kanocz/lcvpn/iface.go:35:15: undefined: tenus.NewLinkFrom
src/github.com/kanocz/lcvpn/iface.go:89:11: undefined: "github.com/kanocz/lcvpn/netlink".DelRoute
yudeMacBook-Air:gopath brite$
how to fix the errors?
for now lcvpn works only on Linux (it's specified in readme)
I'm thinking about adding support of osx and freebsd, but have no eta yet
in fact duplicate od #8