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

docker 无法运行,编译也不行 #2

Open
dissipator opened this issue Apr 5, 2024 · 0 comments
Open

docker 无法运行,编译也不行 #2

dissipator opened this issue Apr 5, 2024 · 0 comments

Comments

@dissipator
Copy link

编译失败,
openp2p-gateway imports
github.com/gin-gonic/gin imports
github.com/gin-gonic/gin/binding imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 imports
github.com/kr/pretty imports
github.com/kr/text: github.com/openp2p-cn/[email protected]: invalid version: unknown revision 8e02f6b392ed
[opc@instance--1250 gateway-lite]$ go build
web.go:10:2: missing go.sum entry for module providing package github.com/gin-gonic/gin (imported by openp2p-gateway); to add:
go get openp2p-gateway
web.go:11:2: missing go.sum entry for module providing package github.com/golang-jwt/jwt (imported by openp2p-gateway); to add:
go get openp2p-gateway
wssession.go:12:2: missing go.sum entry for module providing package github.com/gorilla/websocket (imported by openp2p-gateway); to add:
go get openp2p-gateway
pushhandler.go:11:2: missing go.sum entry for module providing package github.com/openp2p-cn/totp (imported by openp2p-gateway); to add:
go get openp2p-gateway
[opc@instance--1250 gateway-lite]$ go version
go version go1.18.1 linux/amd64

docker 运行报错。
/openp2p-gateway: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /openp2p-gateway) /openp2p-gateway: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /openp2p-gateway)

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

1 participant