solution
I had the same problems building on 10.5.1, and fixed them as follows:
in /zabbix-1.4.5/include/ :
in common.h add the following line
#define MAXDNAME 2048
after #define ZABBIX_COMMON_H
in sysinc.h
replace
#include <resolv.h>
with
#include <resolv8_compat.h>
YMMV, but this worked for me.
|