when compiling zabbix 1.3.6beta on fc 6 64 , with the following options
./configure --enable-server --enable-agent --with-mysql
i get the following errors
make[3]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs/zbxdb'
Making all in zbxdbhigh
make[3]: Entering directory `/home/greg/zabbix-1.3.6/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../src/zabbix_server/ -g -O2 -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -MT libzbxdbhigh_a-host.o -MD -MP -MF ".deps/libzbxdbhigh_a-host.Tpo" -c -o libzbxdbhigh_a-host.o `test -f 'host.c' || echo './'`host.c; \
then mv -f ".deps/libzbxdbhigh_a-host.Tpo" ".deps/libzbxdbhigh_a-host.Po"; else rm -f ".deps/libzbxdbhigh_a-host.Tpo"; exit 1; fi
In file included from ../../../include/common.h:31,
from host.c:21:
../../../include/sysinc.h:291:1: warning: "_GNU_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
host.c: In function âDBcopy_trigger_to_hostâ:
host.c:2355: error: âFALSEâ undeclared (first use in this function)
host.c:2355: error: (Each undeclared identifier is reported only once
host.c:2355: error: for each function it appears in.)
make[3]: *** [libzbxdbhigh_a-host.o] Error 1
make[3]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/greg/zabbix-1.3.6/src'
make: *** [all-recursive] Error 1
Many Thanks
./configure --enable-server --enable-agent --with-mysql
i get the following errors
make[3]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs/zbxdb'
Making all in zbxdbhigh
make[3]: Entering directory `/home/greg/zabbix-1.3.6/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../src/zabbix_server/ -g -O2 -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -MT libzbxdbhigh_a-host.o -MD -MP -MF ".deps/libzbxdbhigh_a-host.Tpo" -c -o libzbxdbhigh_a-host.o `test -f 'host.c' || echo './'`host.c; \
then mv -f ".deps/libzbxdbhigh_a-host.Tpo" ".deps/libzbxdbhigh_a-host.Po"; else rm -f ".deps/libzbxdbhigh_a-host.Tpo"; exit 1; fi
In file included from ../../../include/common.h:31,
from host.c:21:
../../../include/sysinc.h:291:1: warning: "_GNU_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
host.c: In function âDBcopy_trigger_to_hostâ:
host.c:2355: error: âFALSEâ undeclared (first use in this function)
host.c:2355: error: (Each undeclared identifier is reported only once
host.c:2355: error: for each function it appears in.)
make[3]: *** [libzbxdbhigh_a-host.o] Error 1
make[3]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/greg/zabbix-1.3.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/greg/zabbix-1.3.6/src'
make: *** [all-recursive] Error 1
Many Thanks
Comment