Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-1731

Unable to compile rev 9221

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Critical Critical
    • None
    • 1.8.1
    • Server (S)
    • None
    • OpenSuse 11.2

      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 the following error:

      ./configure: line 10516: syntax error near unexpected token `IKSEMEL,iksemel,'
      ./configure: line 10516: ` PKG_CHECK_MODULES(IKSEMEL,iksemel,'

      Since I'm not compiling using the with-jabber option I've edited the configure file and changed to :

      if test "x$_libiksemel_with" != x"no"; then
      if test "$_libiksemel_with" = "yes"; then
      PKG_CHECK_MODULES(IKSEMEL,iksemel,

      found_iksemel="no"
      found_jabber="no"
      else

      Which seems to have fixed the problem and i've compiled the source successfully.

            Unassigned Unassigned
            gregm Greg McCarthy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: