安装 zabbixx 提示no found jabber library
checking for IKSEMEL... no
configure: error: Jabber library not found
configure: error: Not found Jabber library
1.下载文件,然后编译安装。
http://code.google.com/p/iksemel/
2.The correct configure: ./configure --enable-server --with-mysql --with-net-snmp
--with-jabber=/usr/local --with-libcurl
如果配置zabbix时,提示错误那么就使用下面配置iksemel:
./configure --prefix=/usr/local/ikeseml --enable-server --with-mysql --with-net-snmp
--with-jabber=/usr/local --with-libcurl
在配置configure zabbix时,也要添加上路径:
./configure --with-mysql --with-net-snmp --with-jabber=/usr/local/ikeseml --with-libcurl --with-openipmi --enable-server --enable-agent -- enable-proxy --prefix/usr/local/zabbix
目录 返回
首页