I'm getting an error when I run make deps. It's lo...
# kolide
m
I'm getting an error when I run make deps. It's looking for deps-go directory. I have my GOPATH pointed at the ./././launcher. I have version GO 1.11. However cat of the go.mod shows pkg/error v.0.8.1
i
Your GOPATH should be
/home/<user>/go
m
Oh ok. Cool. Lemme give that a shot then
Ok. I must be really big idiot. Set GOPATH as told. Then, I cloned once I was cd into $GOPATH... Then, I went into launcher folder inside ~/go and ran make deps. I get error: The program 'make' can be found in the following packages: ... Try: sudo apt install <select package>
I can install fleet on top of this since I don't have it.
Did notice I need osqueryd installed on Machine. Im going try that
I'm really not sure I get these instructions since I start on the top then work down.
I see comments that maybe should have in the dependency section of build from src for launcher.
I'm happy to follow recommended troubleshooting procedures. I seem to be either really stupid not sure your instructions make sense.