sysbench运行autogen.sh报错

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

posted @ 2018-06-26 20:00  青空如璃  阅读(258)  评论(0)    收藏  举报