[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] xymon-4.3.0.beta3 on ubuntu 9.10
- To: xymon (at) xymon.com
- Subject: Re: [xymon] xymon-4.3.0.beta3 on ubuntu 9.10
- From: Tony Larco <tlarco (at) polr.com>
- Date: Thu, 13 Jan 2011 09:55:29 -0500
- References: <38B7F95CF9FD404FA8F9111136E430CB (at) noip.org>
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
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