Trying to compile sysbench on a 64bit RedHat Enterprise Linux.
drv_mysql.c:35:19: error: mysql.h: No such file or directory
drv_mysql.c:36:26: error: mysqld_error.h: No such file or directory
drv_mysql.c: In function âmysql_drv_describeâ:
drv_mysql.c:284: error: âMYSQL_RESâ undeclared (first use in this function)
drv_mysql.c:284: error: (Each undeclared identifier is reported only once
drv_mysql.c:284: error: for each function it appears in.)
drv_mysql.c:284: error: âresâ undeclared (first use in this function)
drv_mysql.c:285: error: âMYSQL_ROWâ undeclared (first use in this function)
drv_mysql.c:285: error: expected â;â before ârowâ
drv_mysql.c:286: error: âMYSQL_FIELDâ undeclared (first use in this function)
drv_mysql.c:286: error: âfieldsâ undeclared (first use in this function)
drv_mysql.c:328: error: ârowâ undeclared (first use in this function)
drv_mysql.c: In function âmysql_drv_connectâ:
drv_mysql.c:360: error: âMYSQLâ undeclared (first use in this function)
drv_mysql.c:360: error: âconâ undeclared (first use in this function)
drv_mysql.c:366: error: expected expression before â)â token
drv_mysql.c:401: error: âMYSQL_VERSION_IDâ undeclared (first use in this function)
drv_mysql.c: In function âmysql_drv_disconnectâ:
drv_mysql.c:441: error: âMYSQLâ undeclared (first use in this function)
drv_mysql.c:441: error: âconâ undeclared (first use in this function)
drv_mysql.c: In function âmysql_drv_bind_paramâ:
drv_mysql.c:520: error: âMYSQLâ undeclared (first use in this function)
drv_mysql.c:520: error: âconâ undeclared (first use in this function)
drv_mysql.c:520: error: expected expression before â)â token
drv_mysql.c: In function âmysql_drv_queryâ:
drv_mysql.c:729: error: âMYSQLâ undeclared (first use in this function)
drv_mysql.c:729: error: âconâ undeclared (first use in this function)
drv_mysql.c:739: error: âER_LOCK_DEADLOCKâ undeclared (first use in this function)
drv_mysql.c:739: error: âER_LOCK_WAIT_TIMEOUTâ undeclared (first use in this function)
drv_mysql.c:739: error: âER_CHECKREADâ undeclared (first use in this function)
drv_mysql.c: In function âmysql_drv_store_resultsâ:
drv_mysql.c:789: error: âMYSQLâ undeclared (first use in this function)
drv_mysql.c:789: error: âconâ undeclared (first use in this function)
drv_mysql.c:790: error: âMYSQL_RESâ undeclared (first use in this function)
drv_mysql.c:790: error: âresâ undeclared (first use in this function)
drv_mysql.c:791: error: âMYSQL_ROWâ undeclared (first use in this function)
drv_mysql.c:791: error: expected â;â before ârowâ
drv_mysql.c:839: error: âER_LOCK_DEADLOCKâ undeclared (first use in this function)
drv_mysql.c:839: error: âER_LOCK_WAIT_TIMEOUTâ undeclared (first use in this function)
drv_mysql.c:855: error: ârowâ undeclared (first use in this function)
drv_mysql.c: In function âmysql_drv_free_resultsâ:
drv_mysql.c:879: error: âMYSQL_RESâ undeclared (first use in this function)
drv_mysql.c:879: error: expected expression before â)â token
make[3]: *** [libsbmysql_a-drv_mysql.o] Error 1
make[3]: Leaving directory `/tmp/sysbench-0.4.12/sysbench/drivers/mysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/sysbench-0.4.12/sysbench/drivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/sysbench-0.4.12/sysbench'
make: *** [all-recursive] Error 1