[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Version of Berkeley DB
On Thu, Jan 04, 2001 at 05:34:13PM +0100, Rainer Ginsberg wrote:
> Then I installed the (presumably) current Berkeley DB 3.1.17. Now I
> get the error message that the undefined symbol "__db185_open" is
> referenced in "./.libs/libhdb.a(db.o)".
Edit lib/hdb/hdb_locl.h and change
#if defined(HAVE_DB_185_H)
#include <db_185.h>
#elif defined(HAVE_DB_H)
to
#if defined(HAVE_DB_H)
Gabor
--
Gabor Gombas Eotvos Lorand University
E-mail: gombasg@inf.elte.hu Hungary