PDA

View Full Version : compile on debain sarge


michu
15-08-2005, 23:49
hey all

i try to compile zabbix on debian 3.1:

mideb:/tmp/zabbix-1.1alpha12# ./configure --with-mysql --with-net-snmp
..
config.status: executing depfiles commands

************************************************** *********
* Now run 'make' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
************************************************** *********

mideb:/tmp/zabbix-1.1alpha12# make
Making all in src
make[1]: Entering directory `/tmp/zabbix-1.1alpha12/src'
make[2]: Entering directory `/tmp/zabbix-1.1alpha12/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/tmp/zabbix-1.1alpha12/src'
make[1]: Leaving directory `/tmp/zabbix-1.1alpha12/src'
make[1]: Entering directory `/tmp/zabbix-1.1alpha12'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/tmp/zabbix-1.1alpha12'
mideb:/tmp/zabbix-1.1alpha12#


but nothing is compiled, means there are no binarys... any ideas?

regards
michu

James Wells
16-08-2005, 01:19
Greetings,
hey all

i try to compile zabbix on debian 3.1:

mideb:/tmp/zabbix-1.1alpha12# ./configure --with-mysql --with-net-snmp
You need to tell configure to enable either server or agents, otherwise, it does nothing as you see here.

Alexei
16-08-2005, 07:34
Use also --enable-agent or --enable-server or both.