Date: Thu, 5 Oct 2000 11:39:42 -0500 From: Dan Nelson <dnelson@emsphone.com> To: Artem Koutchine <matrix@ipform.ru> Cc: Tom Samplonius <tom@sdf.com>, xuyifeng <xuyifeng@stocke.com>, questions@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: Cannot use any other BDB than builtin Berkeley DB Message-ID: <20001005113942.A5389@dan.emsphone.com> In-Reply-To: <008301c02eae$5d194be0$0c00a8c0@ipform.ru>; from "Artem Koutchine" on Thu Oct 5 13:26:22 GMT 2000 References: <Pine.BSF.4.05.10010041931090.29264-100000@misery.sdf.com> <008301c02eae$5d194be0$0c00a8c0@ipform.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 05), Artem Koutchine said: > Well, then we rebuilt DB_File again, specifing in Makefile -ldb3 and > -L/usr/local/lib manually. It built okay. Rebuilt db file and got the > same db file again as for 1.85, anyway, tried reading db2 file > created on linux - guess what, no luck. > > SO! HOW THE HECK DO I INSTALL ANS *USE* > Berkeley DB OTHER THAN 1.85 BUILT IN LIBC? Try also adding -DCOMPAT185. This is still a perl module problem. DB_File's configure script is broken. It should really have an explicit switch saying "I will be linking with berkeley db ##", but all it does is guess, and guess badly. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001005113942.A5389>