Ad Widget

Collapse

Unable to compile zabbix 1.4.2 in suse 10.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sillyminds
    Junior Member
    • Oct 2007
    • 1

    #1

    Unable to compile zabbix 1.4.2 in suse 10.1

    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
    Member
    • Sep 2005
    • 74

    #2
    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?

    Comment

    Working...