Hi guys,
I'm trying to install Zabbix 1.9.4 with support for Java Proxy on AIX 6.1.
Step 1:
# ./configure --enable-java
SUCCESS
Enable Java proxy: yes
Java proxy details:
Java compiler: javac
Java archiver: jar
LDAP support: no
IPv6 support: no
************************************************** *********
* Now run 'make install' *
* *
* Thank you for using Zabbix! *
* <http://www.zabbix.com> *
************************************************** *********
Step 2:
# make install
Reports the following error:
Making install in src
Making install in libs
Making install in zbxcrypto
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
In file included from /usr/include/sys/corral.h:25,
from /usr/include/libperfstat.h:28,
from ../../../include/sysinc.h:285,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/netinet/in6_var.h:65: error: array type has incomplete element type
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Can anyone help me?
Thanks,
Cesar
I'm trying to install Zabbix 1.9.4 with support for Java Proxy on AIX 6.1.
Step 1:
# ./configure --enable-java
SUCCESS
Enable Java proxy: yes
Java proxy details:
Java compiler: javac
Java archiver: jar
LDAP support: no
IPv6 support: no
************************************************** *********
* Now run 'make install' *
* *
* Thank you for using Zabbix! *
* <http://www.zabbix.com> *
************************************************** *********
Step 2:
# make install
Reports the following error:
Making install in src
Making install in libs
Making install in zbxcrypto
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
In file included from /usr/include/sys/corral.h:25,
from /usr/include/libperfstat.h:28,
from ../../../include/sysinc.h:285,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/netinet/in6_var.h:65: error: array type has incomplete element type
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Can anyone help me?
Thanks,
Cesar
Comment