-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.38, 5.0.20, 5.4.10, 6.0.0rc2
-
None
-
Sprint 85 (Feb 2022)
-
0.5
If execute the ./configure script with the --with-libevent option, the script will stop with the error "configure: error: Unable to use libevent (libevent check failed)". If this option is not specified, then the script runs successfully and successfully detects the libevent library.
$ ./configure --quiet --enable-server --enable-agent --enable-proxy --with-mysql --with-libevent configure: error: Unable to use libevent (libevent check failed)
$ ./configure --quiet --enable-server --enable-agent --enable-proxy --with-mysql Configuration: Detected OS: freebsd13.0 Install path: /usr/local Compilation arch: freebsd Compiler: cc Compiler flags: -I/usr/local/include Library-specific flags: database: -I/usr/local/include/mysql libevent: -I/usr/local/include ...