ubuntu 下安装调试 thrift
http://thrift.apache.org/download/
下载thrift的最新版本,然后解压,安装
tar -xzvf thrift-0.7.0.tar.gzchmod +x configure./configure./makemake install
GNU build tools: autoconf 2.59+ (2.60+ recommended), automake 1.9+, libtool 1.5.24+boost 1.34.0+g++ 3.3.5+pkgconfig (Use MacPorts for Mac OS X)lex and yacc (developed primarily with flex and bison)
sudo apt-get install build-essentialsudo apt-get install bison flexsudo apt-get install libboost-dev python-devsudo apt-get install autoconf automake libtool pkg-configsudo apt-get install git