PDA

View Full Version : fail to install zabbix agent from source on aix 4.3.3


yves_69
18-08-2010, 12:16
Hello,

trying to install zabbix agent from source on IBM F50 with AIX 4.3.3

./configure is OK
Configuration:
Detected OS: aix4.3.3.0
Install path: /usr/local/zabbix
Compilation arch: aix
Compiler: cc -qlanglvl=ansi
Compiler flags: -g
Enable server: no
Enable proxy: no
Enable agent: yes
Linker flags: -static
Libraries: -lm -liconv
LDAP support: no
IPv6 support: no

but "make" fail :

Making all in src
Making all in libs
Making all in zbxcrypto
source='md5.c' object='md5.o' libtool=no DEPDIR=.deps depmode=aix /bin/
sh ../../../depcomp cc -qlanglvl=ansi -DHAVE_CONFIG_H -I. -I../../../include
-g -c md5.c
"/usr/include/syms.h", line 288.9: 1506-213 (S) Macro name T_NULL cannot be rede
fined.
"/usr/include/syms.h", line 288.9: 1506-358 (I) "T_NULL" is defined on line 150
of /usr/include/arpa/onameser_compat.h.
"../../../include/common.h", line 427.37: 1506-275 (S) Unexpected text ',' encou
ntered.
"../../../include/common.h", line 459.32: 1506-275 (S) Unexpected text ',' encou
ntered.
make : 1254-004 Code d'erreur de la derniŠre commande : 1.

Arrˆt.
make : 1254-004 Code d'erreur de la derniŠre commande : 1.
Arrˆt.
make : 1254-004 Code d'erreur de la derniŠre commande : 1.
Arrˆt.
make : 1254-004 Code d'erreur de la derniŠre commande : 1.
Arrˆt.

thanks for your suggestions !
yves