1.下载thrift0.5.0
http://archive.apache.org/dist/incubator/thrift/0.5.0-incubating/
2.添加环境
sudo apt-get install automake bison flex g++ git libboost1.55-all-dev libevent-dev libssl-dev libtool make pkg-config
运行./configure报错,提示为“configure: error: Cannot find PHP-config. Please use --with-php-config=PATH configure: error: ./configure failed for lib/php/src/ext/thrift_protocol”
需要安装php5-dev。安装以后再运行./configure,正确。
3.运行./configure去掉所有语言
./configure –with-cpp –with-boost –without-python –without-csharp –without-java –without-erlang –without-perl –without-php –without-php_extension –without-ruby –without-haskell –without-go
4.make
5.sudo make install