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?
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?

Comment