-
Notifications
You must be signed in to change notification settings - Fork 434
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
LEDE编译报错 可能是mbedtls版本太高 #7
Comments
@chenhw2 我在其他地方找到了解决方案 |
现在正在头疼libev这边的密码学依赖库的版本问题 你能提供一下你的解决方案和详细的相关信息吗 |
降级......................................................... |
@Akkariiin @chenhw2 别降级😂 |
可能要重新组织libev这边的编译框架和依赖库架构。只能慢慢来了。 |
@Akkariiin 慢慢来吧☺ |
@lijun0326 用mbedtls的原因很大程度上是openssl的原因 |
不是版本原因,是lede的mbedtls patch把这个功能disable掉了,直接去掉那个patch或者改一下patch就可以了 |
@panda-mute 有安全性的BUG? |
LEDE_17.01.6,在package/libs/mbedtls/patches/200-config.patch下第163行,补丁注释掉了MBEDTLS_CAMELLIA_C宏:"+//#define MBEDTLS_CAMELLIA_C"。 |
@cary-zhou thank you~~ |
checking whether mbedtls supports the Camellia block cipher or not... configure: error: MBEDTLS_CAMELLIA_C required
报错原因:官方源mbedtls版本太高,应该使用2.4.0
他们是这么说的
LEDE现在用的mbedtls
PKG_VERSION:=2.6.0
建议跟进
The text was updated successfully, but these errors were encountered: