-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD 11.1 install error (libconfig.h) #117
Comments
I'm not familiar with FreeBSD, but typically there are additional packages containing source headers. For example, RedHat uses |
Alternatively, you could just download the libconfig source tarball, extract it somewhere and pass the location to your |
I just installed this on FreeBSD 12.x and had same problem... here is my solution for Zabbix 4.x which works well for me so far. grab the precious
unpack zabbix source from ports
mmm how to improve ?i don't know how to include module.h in the ./configure search path so just added it where it was looking for it.
compile time
fixup zabbix
@cavaliercoder question about Thanks, |
checking libconfig.h usability... no
checking libconfig.h presence... no
checking for libconfig.h... no
configure: error: "Unable to locate libconfig development headers."
pkg info | grep libconfig
libconfig-1.4.9_1 Simple library for manipulating structured configuration files
pkg search libconfig
libconfig-1.4.9_1 Simple library for manipulating structured configuration files
wand-libconfig-1.0.5_1 C library for parsing config files
uname -a
FreeBSD mysql 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
What package I need to add?
The text was updated successfully, but these errors were encountered: