Hello
I'm having problems installing Zabbix 1.8 on Ubuntu 9.10. I have followed the Zabbix 1.8 manual, and these Ubuntu-specific how-tos, but with no luck:
http://www.zabbix.com/wiki/howto/ins.../ubuntuinstall
Everything is ok until I enter the make install command. After that I see the following:
Making install in src
make[1]: Entering directory `/home/zabbix/zabbix-1.8/src'
Making install in libs
make[2]: Entering directory `/home/zabbix/zabbix-1.8/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
make[4]: Entering directory `/home/zabbix/zabbix-1.8/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/src/libs/zbxcrypto'
make[3]: Leaving directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
Making install in zbxcommon
make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
make[4]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
...
and nothing is installed. What am i doing wrong?
Thanks
Oct
I'm having problems installing Zabbix 1.8 on Ubuntu 9.10. I have followed the Zabbix 1.8 manual, and these Ubuntu-specific how-tos, but with no luck:
http://www.zabbix.com/wiki/howto/ins.../ubuntuinstall
Everything is ok until I enter the make install command. After that I see the following:
Making install in src
make[1]: Entering directory `/home/zabbix/zabbix-1.8/src'
Making install in libs
make[2]: Entering directory `/home/zabbix/zabbix-1.8/src/libs'
Making install in zbxcrypto
make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
make[4]: Entering directory `/home/zabbix/zabbix-1.8/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/src/libs/zbxcrypto'
make[3]: Leaving directory `/home/zabbix/zabbix-1.8/src/libs/zbxcrypto'
Making install in zbxcommon
make[3]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
make[4]: Entering directory `/home/zabbix/zabbix-1.8/src/libs/zbxcommon'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
...
and nothing is installed. What am i doing wrong?
Thanks
Oct
Comment