From owner-freebsd-bugs Tue Oct 3 11: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DB5737B502 for ; Tue, 3 Oct 2000 11:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72046; Tue, 3 Oct 2000 11:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Oct 2000 11:00:04 -0700 (PDT) Message-Id: <200010031800.LAA72046@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/21659: Berkeley db library is statically compiled into libc, which make use of newer BDB very difficult, if possible at all Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/21659; it has been noted by GNATS. From: Garrett Wollman To: matrix@ipform.ru Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: bin/21659: Berkeley db library is statically compiled into libc, which make use of newer BDB very difficult, if possible at all Date: Tue, 3 Oct 2000 13:50:11 -0400 (EDT) < Stop statically linking libdb into libc. Make a separate libdb > library, so user can easily upgrade berkeley db library when newer > releases are available. Impractical. Several important libc functions depend on having databases available. Something which exports an ndbm-compatible interface is required by SUSv3/POSIX.1-200x. The on-disk file formats are in any case incompatible between db 1.x and db y.x for all y > 1. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message