echenique
22-10-2004, 02:04
I am installing Zabbix in Debian I made the passages of the manual arrives at the part where I execute /configure -- with-mysql -- with-ucd-SNMP -- with-net-SNMP and the answer that it gives me is that make runs but when group of people make does not recognize the commando, that I can do, I cannot compile my Zabbix. :(
dear echenique,
first, are you working with cvs code or with zabbix-1.0 stable ? if you are using cvs code run:
autoheader
autoconf
./configure --with-mysql --with-net-snmp
2nd. thing is, using both, --with-ucd-snmp and --with-net-snmp is senceless.
use --with-net-snmp if you are not needing ucd-snmp (solaris packages or other os'es may noty support net-snmp for now, but far as i know ucd is obsolete)
regards,
marc
have a look at this Zabbix installation guide with screenshots in debian linux (http://www.debianhelp.co.uk/zabbix.htm)