sysbench运行autogen.sh报错

./autogen.sh: 4: autoreconf: not found
是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是
因为没有安装automake 工具,      (ubuntu 10.04)用下面的命令安装好就可以了。
sudo apt-get install autoconf automake libtool

猜你喜欢

转载自www.cnblogs.com/chinaops/p/9230972.html