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

Re: Help on Digital Unix 4.0 with BerkeleyDB 2.7.5



At 12:32 PM 7/13/99 -0400, Ronald E. Fortin wrote:
>Hello,
>
>Has anyone had any luck in building OpenLDAP 1.2.3 using BerkeleyDB 2.7.5?
>
>I build BerkeleyDB and installed it in the default location and then set the CPPFLAGS and LDFLAGS appropriately. However, the
>./configure program does not seem to find the db_open function in the library so it doesn't think that it is db2.
>
>Any words of wisdom?

I would guess that you are getting a different "-ldb" than you expect
or that -ldb for some reason doesn't have db_open.  You might use
nm or something to check.

You can force the test to be true using:
	env ac_cv_lib_db_db_open=yes ./configure

Kurt