-
Notifications
You must be signed in to change notification settings - Fork 33
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
配合 quiche 编译 Nginx 1.19.10 时出错 #18
Comments
用cargo,说起来。。。这个不应该在上游开个issue么 你有没有尝试使用quiche原版的patch测试?如果也有问题,那就是你环境问题了。 |
哦,看到你末尾了,要rust1.5以上 |
what is the solution? im stuck here aswell |
You could simply solve this issue by using the But you may encounter an error like this: Operation not permitted when install run from make in docker build At this time, try to use http://dl-cdn.alpinelinux.org/alpine/edge/main Install the apk add llvm11-libs cargo>1.50 rust>1.50 |
Im running Ubuntu 20.04.2 LTS Server. |
the specific issue im also encountering is
I tried, stable, beta and nightly rust |
OS:
Alpine 3.12
内核:
Linux 4.4.0-1060-aws x86_64
GCC:
gcc version: 9.3.0 (Alpine 9.3.0)
Nginx 版本:
1.19.10
quiche 版本: 直接 clone 了这个 repo 到
/tmp/quiche/
目录,然后回滚到 d8bb8e36d5c549c2bc8b87525737899abd061daf 这个commit (大佬 README 所写的测试时的 commit)Nginx 的部分编译配置:
编译时的部分 log(出错前后):
看着像是 quiche 自己的错误?但是看大佬好像编译通过了,所以想请教一下大佬编译时的一些配置什么的
Edited:
好像是 Rust 的错误?
里面提到了
Rust 1.50
版本: rust-lang/rust#70758 (comment)看了下
Alpine 3.12
的 Rust 版本好像是1.44.0-r0
,先试一下用Alpine Edge
编译看看The text was updated successfully, but these errors were encountered: