rter icon indicating copy to clipboard operation
rter copied to clipboard

server-setup problem

Open hustbodao opened this issue 10 years ago • 1 comments

Hey, I obey the document:

https://github.com/sparks/rter/blob/master/docs/server-setup.md

To final step, but found the errors:

[hadoopusr@server]$ go run src/rter/rter.go

rter/streaming

src/rter/streaming/genericStreamer.go:86: undefined: sockjs.Conn src/rter/streaming/streaming.go:72: undefined: sockjs.NewRouter src/rter/streaming/streaming.go:72: undefined: sockjs.Conn src/rter/streaming/streaming.go:72: undefined: sockjs.DefaultConfig [hadoopusr@server]$ ls

Can you help me?

hustbodao avatar Sep 12 '14 20:09 hustbodao

Looks like you're missing the sockjs library. go install sockjs or something like that.

This project is not actively being develop, it's very possible that the current version here doesn't build with the most recent versions of go/go libraries

sparks avatar Sep 13 '14 17:09 sparks