1、error: Bison version 2.5 or higher must be installed on the system!
哈哈,Bison版本低了吧,用下面的命令
tar -zxvf bison-2.5.tar.gz
cd bison-2.5
./configure
make && make install
 
2、在上面第二步,可能回报错说lua未找到这样的错误,你可以在./configure后面加上参数,如:
./configure --with-lua=no
这是在configure,我不要lua了。你给我装其他的就好。当然你也可以指定安装一些语言的模块,如下就行:
./configure --with-python --with-php
 

相关文章:

  • 2022-02-11
  • 2021-08-03
  • 2021-07-18
  • 2021-08-12
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2022-12-23
  • 2021-06-12
  • 2021-07-13
  • 2021-08-27
  • 2021-10-03
相关资源
相似解决方案