|
|
|
| ||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem Solved! ./configure --prefix=/usr/local/openldap --enable-aci
I try to install OpenLDAP from source but I get this error:
./configure --prefix=/usr/local/openldap --enable-aci checking for Berkeley DB link (default)... yes checking for Berkeley DB version match... yes checking for Berkeley DB thread support... no checking Berkeley DB version for BDB backend... no configure: error: BDB/HDB: BerkeleyDB version incompatible Thanks in advance Last edited by murphy_young : May 30th, 2005 at 12:54 PM. |
|
#2
|
||||
|
||||
|
upgrade to the latest version of berkeley DB.
|
|
#3
|
|||
|
|||
|
Thanks for your reply.
Don't know how to do that. can you help? PS: I tried on 5.3 and 5.4, the same error. |
|
#4
|
|||
|
|||
|
Problem Solved!
env CPPFLAGS="-I/usr/local/include/db42" LDFLAGS="-L/usr/local/lib/db42" \
./configure --prefix=/usr/local/openldap --enable-aci |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > ./configure --prefix=/usr/local/openldap --enable-aci |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|