WedgeServer / wedge

Fast, cross-platform HTTP/2 web server with automatic HTTPS
Apache License 2.0
241 stars 6 forks source link

build error #9

Open deshmukhrajvardhan opened 6 years ago

deshmukhrajvardhan commented 6 years ago

1. What version of Wedge are you using (wedge -version)?

Still on the Build steps

2. What are you trying to do?

I have completed go get github.com/WedgeServer/builds go get github.com/WedgeServer/wedge/caddy

3. Problem

I have the following export PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/users/rdeshm0/go/bin:/users/rdeshm0/wedge/caddy after go run build.go I get the error exec: "go": executable file not found in $PATH exit status 1

Any help is appreciated.

Update

  1. FYI i have installed 1.9 version of go using snap.

  2. A directory go/ with go/bin(contains caddy binary) go/pkg and go/src (contains WedgeServer) have been created in my working directory(/users/rdeshm0).

  3. When i do cd /users/rdeshm0/go/bin/ ./caddy --version I get Wedge (untracked dev build)

Although i am able to run ./caddy -quic -http2 with Wedgefile. Is that alright or is it a problem?