[ZBX-20570] Cannot configure with --with-libevent option on FreeBSD Created: 2022 Feb 10 Updated: 2024 Apr 10 Resolved: 2022 Feb 18 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Agent (G), Proxy (P), Server (S) |
| Affects Version/s: | 4.0.38, 5.0.20, 5.4.10, 6.0.0rc2 |
| Fix Version/s: | 5.0.21rc1, 5.4.11rc1, 6.0.1rc1, 6.2.0alpha1, 6.2 (plan) |
| Type: | Problem report | Priority: | Trivial |
| Reporter: | Alexander Vladishev | Assignee: | Aleksejs Sestakovs (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Team: | |
| Sprint: | Sprint 85 (Feb 2022) |
| Story Points: | 0.5 |
| Description |
|
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 ...
|
| Comments |
| Comment by Aleksejs Sestakovs (Inactive) [ 2022 Feb 18 ] |
|
Available in versions:
|