Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outline-cli doesn't install #270

Open
ProfaneServitor opened this issue Aug 29, 2024 · 1 comment
Open

outline-cli doesn't install #270

ProfaneServitor opened this issue Aug 29, 2024 · 1 comment

Comments

@ProfaneServitor
Copy link

ProfaneServitor commented Aug 29, 2024

System: Ubuntu 20.04.6 LTS

When I attempt to run this:

cd x/examples/
go build -o outline-cli  -ldflags="-extldflags=-static" ./outline-cli

This is the output

go: downloading github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57
go: extracting github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57
go: downloading golang.org/x/sys v0.20.0
go: downloading github.com/eycorsican/go-tun2socks v1.16.11
go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
go: downloading golang.org/x/net v0.25.0
go: downloading github.com/vishvananda/netlink v1.1.0
go: downloading github.com/shadowsocks/go-shadowsocks2 v0.1.5
go: downloading golang.org/x/crypto v0.23.0
go: extracting github.com/vishvananda/netlink v1.1.0
go: downloading github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
go: extracting github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
go: extracting github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
go: extracting github.com/shadowsocks/go-shadowsocks2 v0.1.5
go: extracting golang.org/x/sys v0.20.0
go: extracting github.com/eycorsican/go-tun2socks v1.16.11
go: extracting golang.org/x/net v0.25.0
go: extracting golang.org/x/crypto v0.23.0
go: finding github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57
go: finding github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
go: finding github.com/vishvananda/netlink v1.1.0
go: finding golang.org/x/sys v0.20.0
go: finding golang.org/x/net v0.25.0
go: finding github.com/eycorsican/go-tun2socks v1.16.11
go: finding github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
go: finding github.com/shadowsocks/go-shadowsocks2 v0.1.5
go: finding golang.org/x/crypto v0.23.0
build github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli: cannot load net/netip: malformed module path "net/netip": missing dot in first path element
@sbruens
Copy link
Contributor

sbruens commented Sep 3, 2024

Can you specify what Go version you have? The CLI requires Go 1.21.

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

No branches or pull requests

2 participants