Ad Widget

Collapse

Unable to compile 1.8.1 from SVN

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gregm
    Junior Member
    • Jan 2010
    • 15

    #1

    Unable to compile 1.8.1 from SVN

    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.
  • gregm
    Junior Member
    • Jan 2010
    • 15

    #2
    Looks like a bug in the configure file - I've manually edited it and got it working. I'll open a bug issue.

    Comment

    Working...