码迷,mamicode.com
首页 > 其他好文 > 详细

Thrift安装问题

时间:2016-07-12 00:01:44      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:

 

 
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
 

Thrift安装问题

标签:

原文地址:http://www.cnblogs.com/chunguang/p/5662040.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!