I'm having a hard time trying to make zabbix agent compiled from source to work with likewise.
All my servers had zabbix agent 1.8.4 up and running till I installed likewise open version 6.1.0 (from .deb package) in all servers to raise security level.
No matter what you do to start zabbix agent, you get SEGMENTATION FAULT message in ALL servers that had zabbix agent installed before likewise install. (mostly Ubuntu 8.04 or 10.04)
Things I tried:
Recompile agent from source: FAIL.
Recompile a newer version from source: FAIL
Install agent using apt-get: WORKS
Remove likewise: agent starts working again.
Clearly there is something that apt-get does that compile from source is failling to do. Any idea?
PS: I intend to have only one agent version on my servers, so installing agent with apt-get is kinda second or third plan to me.
My compilation string: ./configure --enable-agent -enable-static --with-net-snmp --prefix=/usr/local/zabbix-1.8.4-agent
Already tried to remove enable static but didn't work.
Anyone?
Thanks,
Eduardo
All my servers had zabbix agent 1.8.4 up and running till I installed likewise open version 6.1.0 (from .deb package) in all servers to raise security level.
No matter what you do to start zabbix agent, you get SEGMENTATION FAULT message in ALL servers that had zabbix agent installed before likewise install. (mostly Ubuntu 8.04 or 10.04)
Things I tried:
Recompile agent from source: FAIL.
Recompile a newer version from source: FAIL
Install agent using apt-get: WORKS
Remove likewise: agent starts working again.
Clearly there is something that apt-get does that compile from source is failling to do. Any idea?
PS: I intend to have only one agent version on my servers, so installing agent with apt-get is kinda second or third plan to me.
My compilation string: ./configure --enable-agent -enable-static --with-net-snmp --prefix=/usr/local/zabbix-1.8.4-agent
Already tried to remove enable static but didn't work.
Anyone?
Thanks,
Eduardo
Comment