-
Problem report
-
Resolution: Fixed
-
Major
-
5.0.40, 6.0.25, 6.4.10, 7.0.0alpha9
-
ProductName: macOS
ProductVersion: 13.5
BuildVersion: 22G74
Zabbix version: 6.4
-
Sprint candidates
-
0.2
Hello everyone.
When "make install" in the process of installing from source on Mac OS as mentioned in the post, the header file <mtent.h> may be missing.
In file included from ../../../include/zbxcommon.h:23: ../../../include/common/zbxsysinc.h:188:11: fatal error: 'mtent.h' file not found # include <mtent.h>
The problem can be avoided by placing the following URL, but I am not sure if this is the correct way to handle the problem.
https://sites.uclouvain.be/SystInfo/usr/include/mntent.h.html
I would like to make a git contribution to this issue, but I am not sure if the web/documentation repository can be touched.
Please check.