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 !
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 !