I think
sudo apt-get install ldap-utils
should solve your problem. HTH
Tony
On 01/13/2011 01:41 AM, Lars Ebeling wrote:
Dear all,
during configuration script I get this: Checking for LDAP ... (Open)LDAP include- or library-files not found. If you want to perform detailed LDAP tests (queries), you need to install LDAP an LDAP client library that Xymon can use. OpenLDAP can be found at http://www.openldap.org/
If you have OpenLDAP installed, use the "--ldapinclude DIR" and "--ldaplib DIR" options to configure to specify where they are.
Continuing with LDAP support disabled.
That's OK,
but when compiling I get: gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BIT S=64 -DLINUX -I. -I/home/hobbit/xymon-4.3.0.beta3/include -I/usr/include -c -o ldaptest.o ldaptest.c ldaptest.c: In function Ôadd_ldap_testÔ: ldaptest.c:99: error: ÔbadurlÔ undeclared (first use in this function) ldaptest.c:99: error: (Each undeclared identifier is reported only once ldaptest.c:99: error: for each function it appears in.) ldaptest.c:101: error: ÔreqÔ undeclared (first use in this function) ldaptest.c:112: error: ÔbasecheckÔ undeclared (first use in this function) makeÄ1Å: *** Äldaptest.oÅ Error 1 makeÄ1Å: Leaving directory é/home/hobbit/xymon-4.3.0.beta3/xymonnet' make: *** Äxymonnet-buildÅ Error 2