Hey folks,
I downloaded the 1.8.9 tarball to my Linux box (CentOS 5 and 6) and am following the manual to build them, but all I get is win32 and win64 agents. I do not see any switches in 'configure' to change this behavior.
http://www.zabbix.com/documentation/...#zabbix_agent1
I basically unpack the tarball, do "configure --enable-agent" and then "make"
BUt I get this :
I've tried this now on Ubuntu 11.11, Centos 5.3, and got the same thing.
I downloaded the 1.8.9 tarball to my Linux box (CentOS 5 and 6) and am following the manual to build them, but all I get is win32 and win64 agents. I do not see any switches in 'configure' to change this behavior.
http://www.zabbix.com/documentation/...#zabbix_agent1
I basically unpack the tarball, do "configure --enable-agent" and then "make"
BUt I get this :
Code:
[root@solexa-db zabbix-1.8.9]# ls bin win32 win64 [root@solexa-db zabbix-1.8.9]# ls bin/* bin/win32: zabbix_agentd.exe zabbix_get.exe zabbix_sender.exe bin/win64: zabbix_agentd.exe zabbix_get.exe zabbix_sender.exe [root@solexa-db zabbix-1.8.9]# file bin/win64/zabbix_agentd.exe bin/win64/zabbix_agentd.exe: PE32+ executable for MS Windows (console)
Comment