> On Fri, 18 Jan 2002 13:15:22 -0500,
> OCNS Consulting <[EMAIL PROTECTED]> (oc) writes:
oc> Do you use LDAP? If so, did you recompile LDAP to use SleepyCat 4.0?
We do LDAP, but it's iPlanet DS.
--
Amos
Do you use LDAP? If so, did you recompile LDAP to use SleepyCat 4.0?
RB
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Amos Gouaux
Sent: Friday, January 18, 2002 12:33 PM
To: [EMAIL PROTECTED]
Subject: Re: IMAPD 2.1.0 compilation with BerkeleyDB 4.0.14
So, I thought I'd try BerkeleyDB 4.0.14 with cyrus-imapd out of
CVS. I was curious to see how it would handle the existing 3.3.11
db files. Unless I'm mistaken, it looks almost as if it
automatically converted/upgraded/whatever the db files to 4.0.14.
Is that true? When I first started things u
I slightly modified IMAPD 2.1 to work with Berkeley Version 4.0.x
It works well.
I will post the cyrusdb_db3.c asap.
-Original Message-
From: Amos Gouaux [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:30 AM
To: [EMAIL PROTECTED]
Subject: Re: IMAPD 2.1.0 compilation with
> On Sun, 13 Jan 2002 10:03:41 -0500,
> Ken Murchison <[EMAIL PROTECTED]> (km) writes:
km> Try this patch as submitted by Larry Rosenbaum:
So, what do those that have tried this think of db 4.x so far?
Any problems encountered, that is after this compile problem is
resolved?
--
Amos
Try this patch as submitted by Larry Rosenbaum:
*** cyrusdb_db3.c.orig Wed Sep 19 20:13:43 2001
--- cyrusdb_db3.c Thu Jan 10 10:31:22 2002
***
*** 71,76
--- 71,81
/* --- cut here --- */
+ #if DB_VERSION_MAJOR >= 4
+ #define txn_checkpoint(xx1,xx2,xx3,xx4)
(xx1
Title: IMAPD 2.1.0 compilation with BerkeleyDB 4.0.14
Hi,
when trying to compile IMAPD-2.1.0-BETA with cyrus-sasl-2.0.5-BETA and BerkeleyDB 4.0.14 installed
on Solaris 8,
I get following error:
cyrusdb_db3.c: In function `init'
cyrusdb_db3.c:151: too many argumen