Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

server-setup problem #1

Open
hustbodao opened this issue Sep 12, 2014 · 1 comment
Open

server-setup problem #1

hustbodao opened this issue Sep 12, 2014 · 1 comment

Comments

@hustbodao
Copy link

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?

@sparks
Copy link
Owner

sparks commented Sep 13, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants