PDA

View Full Version : Make Install Problem


gsp
10-05-2010, 14:49
Hey, im trying to install Zabbix 1.8 on Debian Lenny, the problem is when i execute make install command nothing is installed:

Making install in zbxcrypto
make[3]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
make[4]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
make[3]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcrypto'
Making install in zbxcommon
make[3]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
make[4]: Entering directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'
make[3]: Leaving directory `/home/zabbix/zabbix-1.8.2/src/libs/zbxcommon'

etc...

/bin /lib folders are all empty and /sbin only have zabbix_server

Here is my ./configure parameters:
./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl

Whats hapenning?

NOB
17-05-2010, 12:24
Hi

I am answering this one in IBM style: Works as designed :D

In your configure script you specified the option to create
the zabbix_server binary (--enable-server) and that's exactly
what is done.

Try to add --enable-agent and you'll get zabbix_agent,
zabbix_agentd, zabbix_get and zabbix_sender, too.

HTH,

Norbert.