I'm trying to compile the latest SVN using http://www.zabbix.com/wiki/contrib/getting_source
I've got the source and then I try and compile it using:
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
I get:
./configure: line 10516: syntax error near unexpected token `IKSEMEL,iksemel,'
./configure: line 10516: ` PKG_CHECK_MODULES(IKSEMEL,iksemel,'
From going a big of googling iksemel is a parser for Jabber. In my configure I'm compiling it without jabber so why does it fall over with a jabber error?
Any ideas? Using OpenSuse 11.2
The stable 1.8 version compiles fine.
I've got the source and then I try and compile it using:
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
I get:
./configure: line 10516: syntax error near unexpected token `IKSEMEL,iksemel,'
./configure: line 10516: ` PKG_CHECK_MODULES(IKSEMEL,iksemel,'
From going a big of googling iksemel is a parser for Jabber. In my configure I'm compiling it without jabber so why does it fall over with a jabber error?
Any ideas? Using OpenSuse 11.2
The stable 1.8 version compiles fine.
Comment