Hello Ciao
I've compiled the Zabbix Agent for Linux on a 64 bits OS with ssl static linked, how can I do the same for 32 bits Agents?
The syntax I've been using is the following: (CentOS 7)
yum -y install gcc make glibc-static libstdc++-static
./configure --enable-agent --enable-static && make
strip -s ./src/zabbix_agent/zabbix_agentd
Thanx in advance
I've compiled the Zabbix Agent for Linux on a 64 bits OS with ssl static linked, how can I do the same for 32 bits Agents?
The syntax I've been using is the following: (CentOS 7)
yum -y install gcc make glibc-static libstdc++-static
./configure --enable-agent --enable-static && make
strip -s ./src/zabbix_agent/zabbix_agentd
Thanx in advance