I'm installing Zabbix 1.6.7 on my Ubuntu 8.04 with:
- Apache2 2.2.8
- PHP 5.2.4
- Postgresql 8.3.8
following the Zabbix manual everything is ok until the:
make install
but nothing is installed in /usr/local/bin, /usr/local/lib
or elsewhere. Either when "make install" is started by the user "zabbix" or
by root (from the manual is not clear which user must execute these commands like "make install").
What may be the origin of the problem ? There is a solution ?
I enclose the last lines of output:
.....
.....
Making install in create
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/create'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/create'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/create'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/create'
Making install in misc
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/misc'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/misc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/misc'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/misc'
Making install in upgrades
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7'
- Apache2 2.2.8
- PHP 5.2.4
- Postgresql 8.3.8
following the Zabbix manual everything is ok until the:
make install
but nothing is installed in /usr/local/bin, /usr/local/lib
or elsewhere. Either when "make install" is started by the user "zabbix" or
by root (from the manual is not clear which user must execute these commands like "make install").
What may be the origin of the problem ? There is a solution ?
I enclose the last lines of output:
.....
.....
Making install in create
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/create'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/create'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/create'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/create'
Making install in misc
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/misc'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/misc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/misc'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/misc'
Making install in upgrades
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7/upgrades'
make[1]: Entering directory `/home/zabbix/zabbix-1.6.7'
make[2]: Entering directory `/home/zabbix/zabbix-1.6.7'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.7'
make[1]: Leaving directory `/home/zabbix/zabbix-1.6.7'
Comment