The line below in configure.in:
EXTRAS="$EXTRA check_mysql check_mysql_query"
Should be:
EXTRAS="$EXTRAS check_mysql check_mysql_query"
Otherwise, the MySQL related checks will not be compiled and installed.
Log in to post a comment.