首页 > 其他 > 详细

Thrift安装问题

时间:2016-07-12 00:01:36      阅读:244      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!