I want to install zabbix with jabber support.
I have iksemel library :
i compile with :
I don't see error
but in /tmp/zabbix_server.log
In config.log i have :
And
Maybe another log file can help me ?
When i re-compile zabbix-server, does the old /usr/local/sbin/zabbix_server is overwrite ?
If yes i don't no how to enable jabber.
Thanks for your help
I have iksemel library :
PHP Code:
ltlinux-02:/home/zabbix/zabbix-1.4.2# dpkg -l | grep -i iksemel
ii libiksemel-dev 1.2-3 C library for the Jabber IM platform
ii libiksemel-utils 1.2-3 utilities from the iksemel library
ii libiksemel3 1.2-3 C library for the Jabber IM platform
PHP Code:
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl --with-jabber
but in /tmp/zabbix_server.log
PHP Code:
1758:20071025:160632 Starting zabbix_server. ZABBIX 1.4.2.
1758:20071025:160632 **** Enabled features ****
1758:20071025:160632 SNMP monitoring: YES
1758:20071025:160632 WEB monitoring: YES
1758:20071025:160632 Jabber notifications: NO
1758:20071025:160632 **************************
In config.log i have :
PHP Code:
ltlinux-02:/home/zabbix/zabbix-1.4.2# cat config.log | grep -i jabber
$ ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl --with-jabber --no-create --no-recursion
JABBER_CPPFLAGS=''
JABBER_FALSE='#'
JABBER_LDFLAGS='-liksemel '
JABBER_TRUE=''
#define HAVE_JABBER 1
config.status:723: creating src/libs/zbxjabber/Makefile
PHP Code:
ltlinux-02:/home/zabbix/zabbix-1.4.2# cat config.log | grep iksemel
configure:9378: $PKG_CONFIG --exists --print-errors "iksemel"
configure:9396: $PKG_CONFIG --exists --print-errors "iksemel"
pkg_cv_IKSEMEL_LIBS='-liksemel '
IKSEMEL_LIBS='-liksemel '
JABBER_LDFLAGS='-liksemel '
SERVER_LDFLAGS=' -L/usr/lib/mysql -liksemel -L/usr/lib -L/usr/lib -L/usr/lib -L/usr/lib'
When i re-compile zabbix-server, does the old /usr/local/sbin/zabbix_server is overwrite ?
If yes i don't no how to enable jabber.
Thanks for your help
Comment