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

Re: (ITS#6235) Installing openLDAP on Solaris 10 (Berkeley DB issue)



The configure script can't find the BDB headers/libraries in the  
typical places.  Either install them to a typical place seen by the  
preprocessor/linker (e.g., /usr/include, /usr/lib, /usr/local/ 
include, /usr/local/lib ...) or set the CPPFLAGS and LDFLAGS  
environment variables appropriately before running the configure  
script.  If you plan to install OpenLDAP to a custom location,  
consider using "crle" to add the necessary library path(s) to the  
runtime linking environment.  Also, to prevent another issue down the  
road, make sure you apply the Oracle patches to BDB 4.7.25 before  
building it.  This is not an ITS... you should use openldap-technical  
for future correspondence on this issue.

On Jul 29, 2009, at 3:09 PM, mark.liu@nyu.edu wrote:

> Full_Name: Mark Liu
> Version: 2.4.16
> OS: Sun Solaris 10
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (128.122.149.115)
>
>
> I am trying to install openLDAP on Solaris 10.  Whenever I tried to  
> configure
> openLDAP, it would give the following message:
>
> checking db.h usability... no
> checking db.h presence... no
> checking for db.h... no
> configure: error: BDB/HDB: BerkeleyDB not available
>
> The install would stop there.  I thought it might be require a  
> different version
> of BerkeleyDB, I downloaded both BerkeleyDB 4.7.25 and 4.6.21.   
> OpenLDAP
> produced the same result for both instances of BerkeleyDB.
>
> What do i need to do to get pass this?  Thanks!
>