<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font size="-1">I think<br>
      <br>
      sudo apt-get install ldap-utils<br>
      <br>
      should solve your problem.  HTH<br>
      <br>
      Tony<br>
    </font><br>
    On 01/13/2011 01:41 AM, Lars Ebeling wrote:
    <blockquote cite="mid:38B7F95CF9FD404FA8F9111136E430CB@noip.org"
      type="cite">Dear all,
      <br>
      <br>
      during configuration script I get this:
      <br>
      Checking for LDAP ...
      <br>
      (Open)LDAP include- or library-files not found.
      <br>
      If you want to perform detailed LDAP tests (queries), you need to
      <br>
      install LDAP an LDAP client library that Xymon can use.
      <br>
      OpenLDAP can be found at <a class="moz-txt-link-freetext" href="http://www.openldap.org/">http://www.openldap.org/</a>
      <br>
      <br>
      If you have OpenLDAP installed, use the "--ldapinclude DIR" and
      "--ldaplib DIR"
      <br>
      options to configure to specify where they are.
      <br>
      <br>
      Continuing with LDAP support disabled.
      <br>
      <br>
      <br>
      That's OK,
      <br>
      <br>
      but when compiling I get:
      <br>
      gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
      -D_FILE_OFFSET_BIT
      <br>
      S=64 -DLINUX -I. -I/home/hobbit/xymon-4.3.0.beta3/include
      -I/usr/include   -c -o
      <br>
      ldaptest.o ldaptest.c
      <br>
      ldaptest.c: In function Ôadd_ldap_testÔ:
      <br>
      ldaptest.c:99: error: ÔbadurlÔ undeclared (first use in this
      function)
      <br>
      ldaptest.c:99: error: (Each undeclared identifier is reported only
      once
      <br>
      ldaptest.c:99: error: for each function it appears in.)
      <br>
      ldaptest.c:101: error: ÔreqÔ undeclared (first use in this
      function)
      <br>
      ldaptest.c:112: error: ÔbasecheckÔ undeclared (first use in this
      function)
      <br>
      makeÄ1Å: *** Äldaptest.oÅ Error 1
      <br>
      makeÄ1Å: Leaving directory
      é/home/hobbit/xymon-4.3.0.beta3/xymonnet'
      <br>
      make: *** Äxymonnet-buildÅ Error 2
      <br>
    </blockquote>
  </body>
</html>