在Linux(CentOS)上安装Thrift+Scribe
遇到各种问题,终于在CentOS下把thrift+Scribe装好了,记录一下安装过程:首先安装一个最新版本的autoconf,否则后面编译的时候会出问题(提示说autoconf版本要2.65以上才行)wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gztar xvf autoconf-2.69.tar.gzcd autoconf-2.69./configure --bindir=/usr/bi...