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

RE: openldap-2.1.22 : BerkeleyDB support not available



I have a script like that, and it works quite well:

CC=gcc                                                                     \
CPPFLAGS="-I/usr/local/BerkeleyDB.4.1/include"     \        
LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib"              \
./configure --<further options>

this works quite fine for me.
( I am using furhtermore the same HW and SW, I have running several SUN's
with solaris 2.9, among them a Blade2000, therefore ....)

if you experience any trouble with this, please let me know

reinhard    

> -----Original Message-----
> From:	Pieter Donche [SMTP:Pieter.Donche@ua.ac.be]
> Sent:	giovedì 20 novembre 2003 16:34
> To:	openldap-bugs@OpenLDAP.org
> Subject:	openldap-2.1.22 : BerkeleyDB support not available
> 
> Hi,
> 
> I have SUN Blade 2000, Solaris 2.9 and downloaded
> openldap-stable-20030709.tgz (version 2.1.22)
> 
> When doing ./configure, I get
> ...
> error: BDB: BerkelyDB not available
> 
> But I have BerkeleyDB.4.0 ...
> I tried
> # ln -s /usr/local/BerkeleyDB.4.0 /usr/local/BerkeleyDB
> # PATH=/usr/local/BerkeleyDB.4.0:$PATH; export PATH
> LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.0:$LD_LIBRARY_PATH; export
> LD_LIBRARY_PATH
> # env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
> nothing helps ...
> 
> Help!
>   _______________
>  / Pieter Donche \____________________________________________
>  | ITC Manager                  e-mail Pieter.Donche@ua.ac.be \
>  | Dept. Mathem. & Computer Science, University of Antwerp    |
>  | (UA) Middelheimlaan 1, B 2020 Antwerpen,      BELGIUM (EU) |
>  | room G1.16,      tel +32 03.265.3870, fax +32 03.265.3777  |
>  |____________________________________________________________|