ZABBIX1.6.2インストール報告

KAZです。

ZABBIX1.6.2をインストール検証しました。

OS:RHEL5.2(64bit)

■インストール媒体
・zabbix-1.6.2.tar.gz
・postgresql-8.3.5.tar.gz
・fping-2.4-1.b2.2.el5.rf.x86_64.rpm

■postgreSQLをconfigure時エラーが出た為に追加したrpm
<code>
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
</code>
・readline-devel-5.1-1.1.x86_64.rpm
・libtermcap-devel-2.0.8-46.1.x86_64.rpm

<code>
configure: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.
</code>
・zlib-devel-1.2.3-3.x86_64.rpm

■apacheやphp関連で追加したrpm
・httpd-2.2.3-11.el5_1.3.x86_64.rpm
・php-5.1.6-20.el5.x86_64.rpm
・php-cli-5.1.6-20.el5.x86_64.rpm
・php-common-5.1.6-20.el5.x86_64.rpm
・php-bcmath-5.1.6-20.el5.x86_64.rpm
・php-gd-5.1.6-20.el5.x86_64.rpm
・php-pgsql-5.1.6-20.el5.x86_64.rpm
・php-pdo-5.1.6-20.el5.x86_64.rpm

■net-snmp関連で追加したrpm
・net-snmp-5.3.1-24.el5.x86_64.rpm
・net-snmp-devel-5.3.1-24.el5.x86_64.rpm
・lm_sensors-2.10.0-3.1.x86_64.rpm
・libsepol-devel-1.15.2-1.el5.x86_64.rpm
・libselinux-devel-1.33.4-5.el5.x86_64.rpm
・sqlite-devel-3.3.6-2.x86_64.rpm
・beecrypt-devel-4.1.2-10.1.1.x86_64.rpm
・elfutils-devel-0.125-3.el5.x86_64.rpm
・elfutils-devel-static-0.125-3.el5.x86_64.rpm
・elfutils-libelf-devel-0.125-3.el5.x86_64.rpm
・elfutils-libelf-devel-static-0.125-3.el5.x86_64.rpm
・rpm-devel-4.4.2-48.el5.x86_64.rpm

■zabbixのconfigureオプション
<code>
./configure \
--enable-server \
--enable-agent \
--with-pgsql=/usr/local/pgsql/8.3.5/bin/pg_config \
--with-net-snmp
</code>

■zabbixのconfigure時にエラーが出た為に追加したrpm
<code>
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library
</code>
・openssl-devel-0.9.8b-10.el5.x86_64.rpm
・keyutils-libs-devel-1.2-1.el5.x86_64.rpm
・e2fsprogs-devel-1.39-15.el5.x86_64.rpm
・krb5-devel-1.6.1-25.el5.x86_64.rpm

■その他、躓いた点
・「ZABBIX Manual v1.6 Release 017」 Page 139 of 320
<code>
This is Welcome ZABBIX screen. When installed use user name "Admin" with no password to connect as ZABBIX superuser.
</code>
Adminと言うユーザでパスワードが無いと書いてますが、パスワードがかかっていますので、気を付けて下さい。
アカウント:Admin
パスワード:zabbix