Hi,
tried compiling the agent (v1.1) on netbsd 3.0 & got this:
found a similar problem on freebsd in that post...
but adding these to src/libs/zbxsysinfo/netbsd/inodes.c didn't help:
#include <sys/param.h>
#include <sys/mount.h>
suggestions?
tried compiling the agent (v1.1) on netbsd 3.0 & got this:
Code:
inodes.c: In function `get_fs_inodes_stat': inodes.c:32: error: storage size of `s' isn't known gmake[5]: *** [inodes.o] Error 1 gmake[5]: Leaving directory `/root/temp/zabbix-1.1/src/libs/zbxsysinfo/netbsd' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/root/temp/zabbix-1.1/src/libs/zbxsysinfo/netbsd' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/root/temp/zabbix-1.1/src/libs/zbxsysinfo' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/root/temp/zabbix-1.1/src/libs' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/temp/zabbix-1.1/src' gmake: *** [all-recursive] Error 1
but adding these to src/libs/zbxsysinfo/netbsd/inodes.c didn't help:
#include <sys/param.h>
#include <sys/mount.h>
suggestions?
Comment