configure: error: Neither flex nor lex was found.
生活随笔
收集整理的這篇文章主要介紹了
configure: error: Neither flex nor lex was found.
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在安裝libpcap-1.8.1.tar時(shí),
執(zhí)行
[root@root libpcap-1.8.1]#./configure
出現(xiàn)錯(cuò)誤:
configure: error: Neither flex nor lex was found.
解決方法:
[root@root libpcap-1.8.1]# yum install flex bison
錯(cuò)誤消失,
然后重新執(zhí)行configure,make ,make install .安裝完成
只有先安裝好libpcap后,TCPdump安裝才沒有問題
總結(jié)
以上是生活随笔為你收集整理的configure: error: Neither flex nor lex was found.的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Nginx在多层代理下获取真实客户端IP
- 下一篇: nginx日志配置指令详解