Hello,
I am installling zabbix on hpux 11.23
I run the configure line without errors.
Here is configuration output of configure script:
If I run make, I get the following error:
What's wrong?
Thank & regards
Heinrich
I am installling zabbix on hpux 11.23
I run the configure line without errors.
Code:
./configure --prefix=/opt/zabbix --enable-server --with-mysql=/opt/mysql/ --with-net-snmp=/opt/iexpress/net-snmp/
Here is configuration output of configure script:
Code:
Configuration: Detected OS: hpux11.23 Install path: /opt/zabbix Compilation arch: hpux Compiler: gcc Compiler flags: -g -O2 Linker flags: Libraries: -lnsl Enable server: yes With database: MySQL Enable agent: no *********************************************************** * Now run 'make' * * * * Thank you for using ZABBIX! * * <http://www.zabbix.com> * ***********************************************************
Code:
-bash-3.00# make
No suffix list.
Making all in src
Making all in libs
gmake[1]: Entering directory `/tmp/zabbix/zabbix-1.1.4/src/libs'
Making all in zbxcommon
gmake[2]: Entering directory `/tmp/zabbix/zabbix-1.1.4/src/libs/zbxcommon'
gmake[3]: Entering directory `/tmp/zabbix/zabbix-1.1.4/src/libs/zbxcommon'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
In file included from ../../../include/sysinc.h:181,
from ../../../include/common.h:23,
from misc.c:1:
/usr/include/sys/sysinfo.h:187: error: array type has incomplete element type
In file included from /usr/include/sys/mp.h:53,
from /usr/include/sys/malloc.h:59,
from /usr/include/net/netmp.h:51,
from /usr/include/net/if.h:59,
from ../../../include/sysinc.h:205,
from ../../../include/common.h:23,
from misc.c:1:
/usr/include/machine/sys/getppdp.h:65: error: array type has incomplete element type
gmake[3]: *** [misc.o] Error 1
gmake[3]: Leaving directory `/tmp/zabbix/zabbix-1.1.4/src/libs/zbxcommon'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/zabbix/zabbix-1.1.4/src/libs/zbxcommon'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/zabbix/zabbix-1.1.4/src/libs'
gmake: *** [all-recursive] Error 1
*** Error exit code 1
Stop.
Thank & regards
Heinrich
Comment