PDA

View Full Version : Unable to compile zabbix 1.4.2 in suse 10.1


sillyminds
04-10-2007, 07:06
Its difficult compiling zabbix 1.4.2 in SUSE 10.1.
Getting error as given below can anybody suggest on how to get zabbix running in SUSE 10.1 please

Ran command getting error

zabbix-1.4.2 # ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl

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... configure: error: Not found Jabber library
dragon:/tools/zabbix-1.4.2

globifrosch
04-10-2007, 09:02
Ran command getting error

zabbix-1.4.2 # ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl


checking for IKSEMEL... configure: error: Not found Jabber library
dragon:/tools/zabbix-1.4.2

maybe:
- install the missing jabber - dev package
- or don't use "--with-jabber" switch?