Date: Mon, 30 Jul 2001 20:48:46 +0400 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: Thomas Gravgaard <fehaar@infopaq.dk> Cc: stable@FreeBSD.org Subject: Re: Openldap2 port broken.... Message-ID: <20010730204846.A42405@freebsd.org.ru> In-Reply-To: <1137F4C2EFF6D111B2330060B03C89D6015CDEB1@REDSRV> References: <1137F4C2EFF6D111B2330060B03C89D6015CDEB1@REDSRV>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 30, 2001 at 06:14:06PM +0200, Thomas Gravgaard wrote: > There has recently been an update to the OpenLDAP v.2 port so i will use > db3.3 instaed of db 3.2. Unfortunately this breaks the OpenLDAP2 port > with the following error. :/ > > I haven't tried this before and I'm only a novice... So, is there an > easy way for me to go back to using db3.2 instead of db3.3 so I can fix > back the OpenLDAP Makefile and make it work again? > > -------------------- > > Entering subdirectory libldbm > cc -O -pipe -I../../include -I../../include -D_REENTRANT > -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/db3 -c > ldbm.c > ldbm.c: In function `ldbm_open': > ldbm.c:249: structure has no member named `set_malloc' > *** Error code 1 > > Stop in /usr/ports/net/openldap2/work/openldap-2.0.11/libraries/libldbm. > *** Error code 1 [skip] OK. Please see documentation http://www.sleepycat.com/docs/ref/upgrade.3.3/alloc.html DB->set_malloc The DB->set_malloc interface has been replaced in its entirety. Applications using this interface should replace the call with a call to DB->set_alloc. If you want to use old db3 port - you must comeback to 1.32 version databases/db3/Makefile (~ 5 days and 1 hour ago). -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010730204846.A42405>