Monthly archive: April 2010

[root@thrift /]# yum install gcc-c++
[root@thrift /]# cd /tmp/
[root@thrift tmp]# wget -O thrift.tgz “http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=HEAD;sf=tgz”
[root@thrift tmp]# tar zxvf thrift.tgz
[root@thrift tmp]# cd thrift
[root@thrift thrift]# ./bootstrap.sh
./bootstrap.sh: line 24: autoscan: command not found
[root@thrift thrift]# yum install autoconf
[root@thrift thrift]# ./bootstrap.sh
./bootstrap.sh: line 25: aclocal: command not found
[root@thrift thrift]# yum install automake
[root@thrift thrift]# ./bootstrap.sh
configure.ac:44: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others [...]