Hi,
i have problem with compiling of Zabbix 1.6. I have launch the script of configuration:
./configure --enable-server --enable-server --enable-static --with-mysql --with-ucd-snmp --prefix=/zabbix
The response is successful. But when i do the compilation i have error:
Making install in zbxdb
make[3]: Entering directory `/usr/src/zabbix-1.6/src/libs/zbxdb'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/include/mysql -march=i586 -mcpu=i686 -fmessage-length=0 -DPIC -fPIC -fno-strict-aliasing -I/usr/include -MT db.o -MD -MP -MF ".deps/db.Tpo" -c -o db.o db.c; \
then mv -f ".deps/db.Tpo" ".deps/db.Po"; else rm -f ".deps/db.Tpo"; exit 1; fi
db.c: In function `zbx_db_connect':
db.c:87: error: `CLIENT_MULTI_STATEMENTS' undeclared (first use in this function)
db.c:87: error: (Each undeclared identifier is reported only once
db.c:87: error: for each function it appears in.)
make[3]: *** [db.o] Error 1
make[3]: Leaving directory `/usr/src/zabbix-1.6/src/libs/zbxdb'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/src/zabbix-1.6/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/zabbix-1.6/src'
make: *** [install-recursive] Error 1
I install zabbix on suse 9.0
Someone can help me ?
Thank for help
Ahui SIKA
i have problem with compiling of Zabbix 1.6. I have launch the script of configuration:
./configure --enable-server --enable-server --enable-static --with-mysql --with-ucd-snmp --prefix=/zabbix
The response is successful. But when i do the compilation i have error:
Making install in zbxdb
make[3]: Entering directory `/usr/src/zabbix-1.6/src/libs/zbxdb'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/include/mysql -march=i586 -mcpu=i686 -fmessage-length=0 -DPIC -fPIC -fno-strict-aliasing -I/usr/include -MT db.o -MD -MP -MF ".deps/db.Tpo" -c -o db.o db.c; \
then mv -f ".deps/db.Tpo" ".deps/db.Po"; else rm -f ".deps/db.Tpo"; exit 1; fi
db.c: In function `zbx_db_connect':
db.c:87: error: `CLIENT_MULTI_STATEMENTS' undeclared (first use in this function)
db.c:87: error: (Each undeclared identifier is reported only once
db.c:87: error: for each function it appears in.)
make[3]: *** [db.o] Error 1
make[3]: Leaving directory `/usr/src/zabbix-1.6/src/libs/zbxdb'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/src/zabbix-1.6/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/zabbix-1.6/src'
make: *** [install-recursive] Error 1
I install zabbix on suse 9.0
Someone can help me ?
Thank for help
Ahui SIKA
Comment