Ad Widget

Collapse

32 bits Zabbix Agent static linking

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sergio
    Junior Member
    • Dec 2013
    • 1

    #1

    32 bits Zabbix Agent static linking

    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

Working...