Have anyone compiled zabbix under s390???
That is my system:
generico:/var/tmp/zabbix/zabbix-1.0/src/zabbix_agent # uname -a
Linux generico 2.4.21-295-default #1 SMP Wed Jun 29 16:10:13 UTC 2005 s390x unknown
That is the output of make command.
generico:/var/tmp/zabbix/zabbix-1.0/src/zabbix_agent # make
gcc -o ../../bin/zabbix_agent -g -O2 -I../../include zabbix_agent.c sysinfo.c ../../include/log.c ../../include/cfg.c ../../include/security.c ../../include/snprintf.c -Wall -lnsl
sysinfo.c: In function `process':
sysinfo.c:430: warning: cast from pointer to integer of different size
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:174: incompatible types in assignment
../../include/snprintf.c: In function `vasprintf':
../../include/snprintf.c:811: incompatible types in assignment
../../include/snprintf.c:819: incompatible types in assignment
make: *** [all] Error 1
That is my system:
generico:/var/tmp/zabbix/zabbix-1.0/src/zabbix_agent # uname -a
Linux generico 2.4.21-295-default #1 SMP Wed Jun 29 16:10:13 UTC 2005 s390x unknown
That is the output of make command.
generico:/var/tmp/zabbix/zabbix-1.0/src/zabbix_agent # make
gcc -o ../../bin/zabbix_agent -g -O2 -I../../include zabbix_agent.c sysinfo.c ../../include/log.c ../../include/cfg.c ../../include/security.c ../../include/snprintf.c -Wall -lnsl
sysinfo.c: In function `process':
sysinfo.c:430: warning: cast from pointer to integer of different size
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:174: incompatible types in assignment
../../include/snprintf.c: In function `vasprintf':
../../include/snprintf.c:811: incompatible types in assignment
../../include/snprintf.c:819: incompatible types in assignment
make: *** [all] Error 1
Comment