christiangalsterer / httpbeat

Elastic Beat to call HTTP endpoints
Apache License 2.0
107 stars 40 forks source link

problems about Build, Test, Run #9

Closed yuhangOstorage closed 8 years ago

yuhangOstorage commented 8 years ago

Thanks @christiangalsterer , your work helps me a lot, while I was trying to use the httpbeat. First I install gvm,then I install golang1.4 and golang1.6.3,then glide,then I cd $GOROOT/src and I git clone httpbeat,after I make httpbeat ,these errors appears, can you help me? thanks main.go:5:2: cannot find package "github.com/christiangalsterer/httpbeat/beat" in any of: /home/ubuntu/.gvm/gos/go1.6.3/src/httpbeat/vendor/github.com/christiangalsterer/httpbeat/beat (vendor tree) /home/ubuntu/.gvm/gos/go1.6.3/src/vendor/github.com/christiangalsterer/httpbeat/beat /home/ubuntu/.gvm/gos/go1.6.3/src/github.com/christiangalsterer/httpbeat/beat (from $GOROOT) /home/ubuntu/.gvm/pkgsets/go1.6.3/global/src/github.com/christiangalsterer/httpbeat/beat (from $GOPATH) make: *\ [httpbeat] Error 1

yuhangOstorage commented 8 years ago

I have figured that by 1.install glide . 2.install gvm 3.install go1.6.3 by gvm 3.cd $GOPATH 4.do as the httpbeat says