thrift-0.9.2的安装

安装 thrift-0.9.2 步骤如下:

1. 下载

# wget http://archive.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz

2. 安装依赖

# yum -y install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel openssl-devel

3. 升级bison版本到2.5

# wget http://ftp.gnu.org/gnu/bison/bison-2.5.tar.gz
# tar -zxf bison-2.5.tar.gz
# cd bison-2.5
# ./configure
# make
# make install

4. 编译与安装

# tar -zxf thrift-0.9.2.tar.gz
# cd thrift-0.9.2
# ./configure --with-lua=no
# make
# make install

5. 验证安装是否成功

# thrift -version
Thrift version 0.9.2


安装参考:

  http://thrift.apache.org/docs/install/
  http://thrift.apache.org/docs/install/centos

 

转载于:https://www.cnblogs.com/leaves1024/p/10031741.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值