On NetBSD RELEASE 2.0 i386
./configure --enable-server --enable-agent --with-pgsql=/usr/pk
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT sysinfo.o -MD -MP -MF ".deps/sysinfo.Tpo" -c -o sysinfo.o sysinfo.c; then mv -f ".deps/sysinfo.Tpo" ".deps/sysinfo.Po"; else rm -f ".deps/sysinfo.Tpo"; exit 1; fi
sysinfo.c: In function `CHECK_DNS':
sysinfo.c:2011: error: `NS_DEFAULTPORT' undeclared (first use in this function)
sysinfo.c:2011: error: (Each undeclared identifier is reported only once
sysinfo.c:2011: error: for each function it appears in.)
sysinfo.c:2015: error: `ns_c_in' undeclared (first use in this function)
sysinfo.c:2015: error: `ns_t_soa' undeclared (first use in this function)
*** Error code 1
Stop.
make: stopped in /home/users/rinsan/scratch/download/zabbix-1.1beta1/src/libs/zbxsysinfo
./configure --enable-server --enable-agent --with-pgsql=/usr/pk
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT sysinfo.o -MD -MP -MF ".deps/sysinfo.Tpo" -c -o sysinfo.o sysinfo.c; then mv -f ".deps/sysinfo.Tpo" ".deps/sysinfo.Po"; else rm -f ".deps/sysinfo.Tpo"; exit 1; fi
sysinfo.c: In function `CHECK_DNS':
sysinfo.c:2011: error: `NS_DEFAULTPORT' undeclared (first use in this function)
sysinfo.c:2011: error: (Each undeclared identifier is reported only once
sysinfo.c:2011: error: for each function it appears in.)
sysinfo.c:2015: error: `ns_c_in' undeclared (first use in this function)
sysinfo.c:2015: error: `ns_t_soa' undeclared (first use in this function)
*** Error code 1
Stop.
make: stopped in /home/users/rinsan/scratch/download/zabbix-1.1beta1/src/libs/zbxsysinfo
Comment