http://www.randombugs.com/linux/compiling-sysbench-0412-debian.html
In short. Edit configure.ca:
#AC_PROG_LIBTOOL
AC_PROG_RANLIB
and re-run
./
autogen.sh
and your are ready to
./ configure && make && make install
Good Luck !
本文提供了一种在Debian系统上从源码编译安装Sysbench的方法。具体步骤包括编辑configure文件,运行libtool及ranlib等工具,然后通过autogen.sh进行配置准备,并最终完成configure, make和make install过程。
http://www.randombugs.com/linux/compiling-sysbench-0412-debian.html
In short. Edit configure.ca:
#AC_PROG_LIBTOOL
AC_PROG_RANLIB
and re-run
./
autogen.sh
and your are ready to
./ configure && make && make install
Good Luck !
1924
2806

被折叠的 条评论
为什么被折叠?