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