安装步骤:
tar xzvf tar -xzvf sysbench-0.4.12.tar.gz
cd sysbench-0.4.12
./autogen.sh
./configure --prefix=/project/class2/sysbench --with-mysql=/project/class2/mysql/ --with-mysql-includes=/project/class2/mysql/include/mysql/ --with-mysql-libs=/project/class2/mysql/lib/mysql/
make
make install
报错:drv_mysql.c:35:19: mysql.h: No such file or directory
搜索所了一下mysql.h