Hi,
On my zabbix server I compiled all the options with: ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java
This was on RHEL 5. Now on RHEL 6.2, I need to compile the agent. Do I just do "./configure --enable-agent" or, to get all the functionality, do I need to do something like "./configure --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java".
If I did just "./configure --enable-agent", would I still have all the functions from my server having all the options compiled in or does both the server and agent have to have all the features compiled in to make use of them?
Thank you,
Mike
On my zabbix server I compiled all the options with: ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java
This was on RHEL 5. Now on RHEL 6.2, I need to compile the agent. Do I just do "./configure --enable-agent" or, to get all the functionality, do I need to do something like "./configure --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java".
If I did just "./configure --enable-agent", would I still have all the functions from my server having all the options compiled in or does both the server and agent have to have all the features compiled in to make use of them?
Thank you,
Mike
Comment