Hi all.
I am facing a problem while installing zabbix in RHEL4 update2 ES.
When I run this command it outputs as below:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
And if use
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
Output of rpm query:
I have full installation of RHEL4 update2.
I also installed seperately iksemel.tar.gz but still gets that & what is jabber library its looking for
Any idea.
I am facing a problem while installing zabbix in RHEL4 update2 ES.
When I run this command it outputs as below:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
Code:
..... ....... checking for hstrerror... yes checking for atoll... yes checking for getopt_long... yes checking for mysql_config... /usr/bin/mysql_config checking for main in -lmysqlclient ... yes checking for mysql_autocommit in MySQL... no checking for ZABBIX server database selection... ok checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for IKSEMEL... Package iksemel was not found in the pkg-config search path. Perhaps you should add the directory containing `iksemel.pc' to the PKG_CONFIG_PATH environment variable No package 'iksemel' found configure: error: Not found Jabber library
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
Code:
...... .......... checking whether libcurl is usable... yes checking for curl_free... yes checking for net-snmp-config... /usr/bin/net-snmp-config checking for main in -lnetsnmp ... no configure: error: Not found NET-SNMP library
Code:
[root@localhost zabbix-1.4.3]# rpm -qa | grep net-snmp net-snmp-utils-5.1.2-11.EL4.6 net-snmp-devel-5.1.2-11.EL4.6 net-snmp-libs-5.1.2-11.EL4.6 net-snmp-5.1.2-11.EL4.6 net-snmp-perl-5.1.2-11.EL4.6 [root@localhost zabbix-1.4.3]#
I also installed seperately iksemel.tar.gz but still gets that & what is jabber library its looking for
Any idea.
Comment