[GH-ISSUE #116] how to compile it from src in ubuntutu 16.04-x64 ? #60

Closed
opened 2026-02-27 23:15:15 +03:00 by kerem · 3 comments
Owner

Originally created by @minotanoutman on GitHub (Jul 24, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/116

how to compile it from src in ubuntutu 16.04-x64 ?

Originally created by @minotanoutman on GitHub (Jul 24, 2018). Original GitHub issue: https://github.com/snail007/goproxy/issues/116 how to compile it from src in ubuntutu 16.04-x64 ?
kerem 2026-02-27 23:15:15 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@minotanoutman commented on GitHub (Jul 24, 2018):

:~/goproxy/goproxy$ go build .
config.go:15:2: cannot find package "github.com/snail007/goproxy/sdk/android-ios" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/sdk/android-ios (from $GOROOT)
($GOPATH not set)
config.go:16:2: cannot find package "github.com/snail007/goproxy/services" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services (from $GOROOT)
($GOPATH not set)
config.go:19:2: cannot find package "github.com/snail007/goproxy/services/http" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/http (from $GOROOT)
($GOPATH not set)
config.go:17:2: cannot find package "github.com/snail007/goproxy/services/kcpcfg" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/kcpcfg (from $GOROOT)
($GOPATH not set)
config.go:20:2: cannot find package "github.com/snail007/goproxy/services/keygen" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/keygen (from $GOROOT)
($GOPATH not set)
config.go:21:2: cannot find package "github.com/snail007/goproxy/services/mux" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/mux (from $GOROOT)
($GOPATH not set)
config.go:22:2: cannot find package "github.com/snail007/goproxy/services/socks" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/socks (from $GOROOT)
($GOPATH not set)
config.go:23:2: cannot find package "github.com/snail007/goproxy/services/sps" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/sps (from $GOROOT)
($GOPATH not set)
config.go:24:2: cannot find package "github.com/snail007/goproxy/services/tcp" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/tcp (from $GOROOT)
($GOPATH not set)
config.go:25:2: cannot find package "github.com/snail007/goproxy/services/tunnel" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/tunnel (from $GOROOT)
($GOPATH not set)
config.go:26:2: cannot find package "github.com/snail007/goproxy/services/udp" in any of:
/usr/lib/go-1.6/src/github.com/snail007/goproxy/services/udp (from $GOROOT)
($GOPATH not set)
config.go:28:2: cannot find package "github.com/xtaci/kcp-go" in any of:
/usr/lib/go-1.6/src/github.com/xtaci/kcp-go (from $GOROOT)
($GOPATH not set)
config.go:29:2: cannot find package "golang.org/x/crypto/pbkdf2" in any of:
/usr/lib/go-1.6/src/golang.org/x/crypto/pbkdf2 (from $GOROOT)
($GOPATH not set)
config.go:30:2: cannot find package "gopkg.in/alecthomas/kingpin.v2" in any of:
/usr/lib/go-1.6/src/gopkg.in/alecthomas/kingpin.v2 (from $GOROOT)
($GOPATH not set)

<!-- gh-comment-id:407578602 --> @minotanoutman commented on GitHub (Jul 24, 2018): :~/goproxy/goproxy$ go build . config.go:15:2: cannot find package "github.com/snail007/goproxy/sdk/android-ios" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/sdk/android-ios (from $GOROOT) ($GOPATH not set) config.go:16:2: cannot find package "github.com/snail007/goproxy/services" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services (from $GOROOT) ($GOPATH not set) config.go:19:2: cannot find package "github.com/snail007/goproxy/services/http" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/http (from $GOROOT) ($GOPATH not set) config.go:17:2: cannot find package "github.com/snail007/goproxy/services/kcpcfg" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/kcpcfg (from $GOROOT) ($GOPATH not set) config.go:20:2: cannot find package "github.com/snail007/goproxy/services/keygen" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/keygen (from $GOROOT) ($GOPATH not set) config.go:21:2: cannot find package "github.com/snail007/goproxy/services/mux" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/mux (from $GOROOT) ($GOPATH not set) config.go:22:2: cannot find package "github.com/snail007/goproxy/services/socks" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/socks (from $GOROOT) ($GOPATH not set) config.go:23:2: cannot find package "github.com/snail007/goproxy/services/sps" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/sps (from $GOROOT) ($GOPATH not set) config.go:24:2: cannot find package "github.com/snail007/goproxy/services/tcp" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/tcp (from $GOROOT) ($GOPATH not set) config.go:25:2: cannot find package "github.com/snail007/goproxy/services/tunnel" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/tunnel (from $GOROOT) ($GOPATH not set) config.go:26:2: cannot find package "github.com/snail007/goproxy/services/udp" in any of: /usr/lib/go-1.6/src/github.com/snail007/goproxy/services/udp (from $GOROOT) ($GOPATH not set) config.go:28:2: cannot find package "github.com/xtaci/kcp-go" in any of: /usr/lib/go-1.6/src/github.com/xtaci/kcp-go (from $GOROOT) ($GOPATH not set) config.go:29:2: cannot find package "golang.org/x/crypto/pbkdf2" in any of: /usr/lib/go-1.6/src/golang.org/x/crypto/pbkdf2 (from $GOROOT) ($GOPATH not set) config.go:30:2: cannot find package "gopkg.in/alecthomas/kingpin.v2" in any of: /usr/lib/go-1.6/src/gopkg.in/alecthomas/kingpin.v2 (from $GOROOT) ($GOPATH not set)
Author
Owner

@snail007 commented on GitHub (Jul 25, 2018):

see manual

<!-- gh-comment-id:407609279 --> @snail007 commented on GitHub (Jul 25, 2018): see manual
Author
Owner

@snail007 commented on GitHub (Feb 26, 2019):

go get ./...

<!-- gh-comment-id:467356670 --> @snail007 commented on GitHub (Feb 26, 2019): go get ./...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#60
No description provided.