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

BerkeleyDB 4.1.24



hi The new verion of BerkeleyDB(4.1.24) = change some functin. then openldap can't be = made by BerkeleyDB. I found the different = below when I make openldap BerkeleyDB's include file: = db_cxx.h Berkeley 4.0.14 = version class _exported Db { ... int open(const = char *, const char *subname, DBTYPE, u_int32_t, int); = ... } Berkeley 4.1.24 = version class _exported Db { ... virtual int = open(DbTxn *txnid,   const char *, const char *subname, DBTYPE, u_int32_t, int); ... }