博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Openwrt编译报错 TCP Fast Open is not available for client mode 的解决办法
阅读量:4302 次
发布时间:2019-05-27

本文共 981 字,大约阅读时间需要 3 分钟。

报错信息

configure: error: TCP Fast Open is not available for client mode: please rerun without --enable-tfo-clientgmake[3]: *** [Makefile:266: /Volumes/Yuki/wndr4300/openwrt/build_dir/target-mips_24kc_musl/unbound-1.13.0/.configured_60214bb2b54800d4c3e2f823aed3f714] Error 1gmake[3]: Leaving directory '/Volumes/Yuki/wndr4300/openwrt/feeds/packages/net/unbound'time: package/feeds/packages/unbound/compile#24.51#9.69#722.66    ERROR: package/feeds/packages/unbound failed to build.gmake[2]: *** [package/Makefile:114: package/feeds/packages/unbound/compile] Error 1gmake[2]: Leaving directory '/Volumes/Yuki/wndr4300/openwrt'gmake[1]: *** [package/Makefile:108: /Volumes/Yuki/wndr4300/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2gmake[1]: Leaving directory '/Volumes/Yuki/wndr4300/openwrt'gmake: *** [/Volumes/Yuki/wndr4300/openwrt/include/toplevel.mk:242: world] Error 2

解决方法

编辑./openwrt/feeds/packages/net/unbound/Makefile,删除

--enable-tfo-client \

这一行即可

转载地址:http://gqmws.baihongyu.com/

你可能感兴趣的文章
session和cookie区别与联系
查看>>
PHP 实现笛卡尔积
查看>>
Laravel中的$loop
查看>>
CentOS7 重置root密码
查看>>
Centos安装Python3
查看>>
PHP批量插入
查看>>
laravel连接sql server 2008
查看>>
Laravel 操作redis的各种数据类型
查看>>
Laravel框架学习笔记之任务调度(定时任务)
查看>>
laravel 定时任务秒级执行
查看>>
浅析 Laravel 官方文档推荐的 Nginx 配置
查看>>
Swagger在Laravel项目中的使用
查看>>
Laravel 的生命周期
查看>>
CentOS Docker 安装
查看>>
Nginx
查看>>
Navicat远程连接云主机数据库
查看>>
Nginx配置文件nginx.conf中文详解(总结)
查看>>
Mysql出现Table 'performance_schema.session_status' doesn't exist
查看>>
MySQL innert join、left join、right join等理解
查看>>
vivado模块封装ip/edf
查看>>