Compiling sysbench 0.4.12 for Debian

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 !

你可能感兴趣的:(html,linux,Debian)