Hi Everybody
Yesterday I tried to install zabbix-1.1alpha6 instead of my alpha5... But I got this error when I run make:
myhost# make
Making all in src/zabbix_agent
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 ../../include/md5.c -Wall
sysinfo.c: In function `process':
sysinfo.c:389: warning: `function_str' might be used uninitialized in this function
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:182: warning: implicit declaration of function `__va_copy'
../../include/snprintf.c:180: warning: `args' might be used uninitialized in this function
../../include/snprintf.c: At top level:
../../include/snprintf.c:169: warning: `dopr' defined but not used
/tmp/cciusw75.o: In function `dopr':
/usr/home/mickael/zabbix-1.1alpha6/src/zabbix_agent/../../include/snprintf.c:184: undefined reference to `__va_copy'
*** Error code 1
Stop in /usr/home/mickael/zabbix-1.1alpha6/src/zabbix_agent.
*** Error code 1
Stop in /usr/home/mickael/zabbix-1.1alpha6.
I don't understand...
I run zabbix on a FreeBSD 4.10 with MySQL-4.1.10 and PHP-5.0.3_2
Note that I was able to upgrade another zabbixalpha5 to alpha6 with no problem on another server running FreeBSD 5.3. And the overview page is Great
thanks for help
Yesterday I tried to install zabbix-1.1alpha6 instead of my alpha5... But I got this error when I run make:
myhost# make
Making all in src/zabbix_agent
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 ../../include/md5.c -Wall
sysinfo.c: In function `process':
sysinfo.c:389: warning: `function_str' might be used uninitialized in this function
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:182: warning: implicit declaration of function `__va_copy'
../../include/snprintf.c:180: warning: `args' might be used uninitialized in this function
../../include/snprintf.c: At top level:
../../include/snprintf.c:169: warning: `dopr' defined but not used
/tmp/cciusw75.o: In function `dopr':
/usr/home/mickael/zabbix-1.1alpha6/src/zabbix_agent/../../include/snprintf.c:184: undefined reference to `__va_copy'
*** Error code 1
Stop in /usr/home/mickael/zabbix-1.1alpha6/src/zabbix_agent.
*** Error code 1
Stop in /usr/home/mickael/zabbix-1.1alpha6.
I don't understand...
I run zabbix on a FreeBSD 4.10 with MySQL-4.1.10 and PHP-5.0.3_2
Note that I was able to upgrade another zabbixalpha5 to alpha6 with no problem on another server running FreeBSD 5.3. And the overview page is Great

thanks for help

Comment