centOS yacc lex

来源:互联网 发布:淘宝色差问题怎么回复 编辑:程序博客网 时间:2024/06/05 18:11
yacc command not found

configure: error: Your operating system's lex is insufficient to compile
 libpcap.  flex is a lex replacement that has many advantages, including
 being able to compile libpcap.  For more information, see
 http://www.gnu.org/software/flex/flex.html .

解决方法:
yum install byacc

yum install flex