Date: Sun, 28 Nov 2004 13:03:21 -0600 From: "Conrad J. Sabatier" <conrads@cox.net> To: Bauno <bauno@inwind.it> Cc: freebsd-ports@freebsd.org Subject: Re: porting klibido to FreeBSD Message-ID: <20041128130321.6f984751@dolphin.local.net> In-Reply-To: <200411281723.28744.bauno@inwind.it> References: <20041127191925.69c8994c@dolphin.local.net> <20041127194736.0198f21f@dolphin.local.net> <200411281723.28744.bauno@inwind.it>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 28 Nov 2004 17:23:28 +0100, Bauno <bauno@inwind.it> wrote: > On Sunday 28 November 2004 02:47, you wrote: > > A little more detail I should have provided before: > > > > The FreeBSD db4 call's arguments are defined as this: > > > > int > > Db::open(const char *file, > > const char *database, DBTYPE type, u_int32_t flags, int mode); > > > > Tha'ts what I'm using: > > int > Db::open(DbTxn *txnid, const char *file, > const char *database, DBTYPE type, u_int32_t flags, int mode); > > > It's from Db 4.2, but I used it with db 4.1 as well, with no problems. > The DbTxn *txnid is the transaction handler, it seems strange it's > missing...that would mean the Bdb in freebsd can't be used as a > transactional data store. > > What version of Berkeley Db is installed on Freebsd? I'm using the following at the moment: Package: db4-4.0.14_1,1 Comment: The Berkeley DB package, revision 4 Origin: databases/db4 > I'll ask in comp.databases.berkeley-db and let you know...stay tuned. > Btw, is there some way I can contact the Freebsd's bdb maintainer? The port's maintainer is listed as: matthias.andree@gmx.de I'm CC'ing this to him and the freebsd-ports mailing list as well. Thanks! -- Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041128130321.6f984751>