1. 程式人生 > >凝思4.2 安裝thrift 0.9.3

凝思4.2 安裝thrift 0.9.3

bison version >= 2.5 bison 版本需大於等於2.5
刪除當前版本bison
rm /usr/bin/bison
rm /usr/bin/yacc
rm /usr/lib/liby.a
安裝bison 3.2.1 https://ftp.gnu.org/gnu/bison/bison-3.2.1.tar.gz
下載 thrift https://github.com/apache/thrift/tree/0.9.3
編譯 thrift
./configure --with-python=no --with-php=no --enable-tests=no
make ;make install