[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap 2.1.14 and berkley 4.1.24
I suspect that this is an error in the 2.1.14 config script (sorry
people). I lifted config.status from my 2.1.12 build and ran it under
2.1.14 and got the same error (configure: error: BDB: BerkeleyDB version
incompatible) whereas the script built a running 2.1.12 no problem.
My answer (it's a _huge_ script) was to hack configure and comment out
the offending if ... fi statement, lines 19137 -> 19143 incl. This
worked for me (RH 8.0) but YMMV ;)
Tim
(comment out these)
# if test $ol_cv_bdb_compat = yes ; then
# ol_enable_bdb=yes
# elif test $ol_enable_bdb = yes ; then
# { echo "configure: error: BDB: BerkeleyDB version
incompatible" 1>&2; exit 1; }
# else
# ol_enable_bdb=no
# fi
Tim Kay
Systems Programmer
Queen Mary University of London.