[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Installing



Using '--prefix=/usr/local' for building BDB will also work.

On Mon, 2003-06-23 at 11:24, DWrisley@ivexpackaging.com wrote:
> See this link:  
> http://www.openldap.org/faq/index.cgi?_highlightWords=berkeleydb&file=40
>  
> I ran into this myself when I downloaded/compiled the basic Berkeley 
> 4.1.25 database. I had to tell the OPENLDAP software where to find it by 
> specifying some environment variables:
>  
> I did the following as outlined by the link above:
>  
> If you have installed BerkeleyDB such that its headers and libraries 
> will not be found automatically by the C translator and linker, you will 
> need to specify additional include and lib search directories. 
>   env CPPFLAGS="-I/usr/local/BerkeleyDB/include" \
>       LDFLAGS="-L/usr/local/BerkeleyDB/lib" ./configure
> 
>  
> 
> 
> 
> -----Original Message-----
> From: Kip.Woods [mailto:Kip_Woods@aismail.wustl.edu]
> Sent: Monday, June 23, 2003 11:02 AM
> To: openldap-software
> Subject: Installing
> 
> 
> 
> 
> Dear List, 
> 
> I have a probably a very simple problem, but being extremely new to both 
> Linux 
> and OpenLDAP I could use some help.  I've installed the BerkeleyDB 
> version 4.1.25 
> successfully (I think), but when I try to install OpenLDAP version 
> 2.1.21 I get this error: 
> 
>       configure: error:  BDB: BerkeleyDB version incompatible 
> 
> From what I understand these two version should be compatible, but 
> perhap I'm 
> mistaken.  If anyone could offer some help I'd appreciate it. 
> 
> Thanks, 
> Newbie Kip
-- 
Jason L W Lynn <jlwlynn@uab.edu>