Hi, I'm trying to install 1.6.1 on an RHEL 4.7 system. It's been a bit of a struggle so far. Finding the required rpm's to support the functionality Zabbix needs at the right versions was a pain, but have eventually got over that hurdle.
I also hit the localname bug described in: http://www.zabbix.com/forum/showthread.php?p=37163 and commented out the offending lines to get over that.
But after running make install and watching everthing compile and finish, I checked in /usr/local/bin and nothing was there. So I looked in zabbiz-1.6.1/bin and there's only win32 and win64 directories. Everything else is sitting untouched under zabbix-1.6.1/src and zabbix-1.6.1/misc (no /etc/zabbix has been created or populated). Further itterations of make install just say:
Making install in zbxcrypto
make[2]: Entering directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[3]: Entering directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
..etc, etc
What's going on?
I also hit the localname bug described in: http://www.zabbix.com/forum/showthread.php?p=37163 and commented out the offending lines to get over that.
But after running make install and watching everthing compile and finish, I checked in /usr/local/bin and nothing was there. So I looked in zabbiz-1.6.1/bin and there's only win32 and win64 directories. Everything else is sitting untouched under zabbix-1.6.1/src and zabbix-1.6.1/misc (no /etc/zabbix has been created or populated). Further itterations of make install just say:
Making install in zbxcrypto
make[2]: Entering directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[3]: Entering directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
make[2]: Leaving directory `/home/zabbix/zabbix-1.6.1/src/libs/zbxcrypto'
..etc, etc
What's going on?

Comment