Linux 错误记录:configure: error: Neither flex nor lex was found.
Posted bindot
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 错误记录:configure: error: Neither flex nor lex was found.相关的知识,希望对你有一定的参考价值。
今天在安装nmap的时候执行 ./configure
提示错误 :configure: error: Neither flex nor lex was found.
解决方法:
[root@root libpcap-1.8.1]# yum install flex bison
安装以后又提示:
fatal error: nbase_config.h: No such file or director
解决办法:
重新执行 ./configure
原因见: https://stackoverflow.com/questions/9138109/config-h-no-such-file-or-directory
make make install
以上是关于Linux 错误记录:configure: error: Neither flex nor lex was found.的主要内容,如果未能解决你的问题,请参考以下文章