View Single Post
  #5  
Old 08-07-2008, 09:13
rabbitt rabbitt is offline
Junior Member
 
Join Date: Jul 2008
Posts: 5
Default 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.
Reply With Quote