I have been trying to compile a version 1.6.6 zabbix_agentd on RHEL 5.1 using
./configure --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable static
I have installed every net-snmp package (esp. devel) I can find, however I still end up with a configuration error that shows mtent.h missing. What have I missed? I tried looking for other packages that might hold that file with "yum whatprovides mtent.h" without success. Does anyone know which package should deliver this header?
As an aside, the manual only shows the d/b, snmp & libcurl directives with the --enable-server should I infer from this that zabbix_agentd doesn't need them?
./configure --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable static
I have installed every net-snmp package (esp. devel) I can find, however I still end up with a configuration error that shows mtent.h missing. What have I missed? I tried looking for other packages that might hold that file with "yum whatprovides mtent.h" without success. Does anyone know which package should deliver this header?
As an aside, the manual only shows the d/b, snmp & libcurl directives with the --enable-server should I infer from this that zabbix_agentd doesn't need them?
Comment