After './configure' -ing the 1.1final version with parameter '--enable-client', 'make' fails.
Here's the console output:
The ./configure script ran without any errors or mysterious output. Can someone give me a hint how to get the zabbix agent installed?
I have another RH6.2 Machine running zabbix. Should i try to copy the zabbix program files?
Here's the console output:
Code:
[root@sds-1-pbs zabbix-1.1]# make
Making all in src
make[1]: Entering directory `/root/zabbix-1.1/src'
Making all in libs
make[2]: Entering directory `/root/zabbix-1.1/src/libs'
Making all in zbxcommon
make[3]: Entering directory `/root/zabbix-1.1/src/libs/zbxcommon'
make[4]: Entering directory `/root/zabbix-1.1/src/libs/zbxcommon'
source='regexp.c' object='regexp.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -c regexp.c
[color=red]In file included from /usr/include/errno.h:36,
from regexp.c:5:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[4]: *** [regexp.o] Error 1[/color]
make[4]: Leaving directory `/root/zabbix-1.1/src/libs/zbxcommon'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/zabbix-1.1/src/libs/zbxcommon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.1/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.1/src'
make: *** [all-recursive] Error 1
[root@sds-1-pbs zabbix-1.1]#
I have another RH6.2 Machine running zabbix. Should i try to copy the zabbix program files?


Comment