Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

编译相关问题 #31

Open
kcunitary opened this issue Mar 12, 2018 · 1 comment
Open

编译相关问题 #31

kcunitary opened this issue Mar 12, 2018 · 1 comment

Comments

@kcunitary
Copy link

release页面的goproxy_linux_mips-r1625.tar.gz 并不能在路由器mipsel环境中运行。
遂自己动手编译
go build 之后提示没有 boringssl
自己手动git clone 一个boringssl 到 $gopath 之后又提示
local import "./curve25519" in non-local package
遂手动将所有路径改对,然后疯狂弹出
httpproxy/helpers/dialer2.go:278:33: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config
httpproxy/helpers/dialer2.go:295:36: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config
httpproxy/helpers/dialer2.go:303:36: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config
httpproxy/helpers/tlsversion.go:36:25: undefined: tls.VersionTLS13Draft18

_/root/pandor

累觉不爱

@GLingDroid
Copy link

不支持编译mipsle mipsle64的,如果尝试其它编译请看这里goproxy0/goproxy#22

当然也有可能从mipsle那边获得源头上的支持,不过想想都是个大工程了~~

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