From owner-freebsd-questions Mon Jun 7 5:55:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id E93B814D0F for ; Mon, 7 Jun 1999 05:55:35 -0700 (PDT) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.2/8.9.1) with ESMTP id PAA29090; Mon, 7 Jun 1999 15:01:15 +0200 (CEST) (envelope-from riccardo@righi.ml.org) Date: Mon, 7 Jun 1999 15:01:14 +0200 (CEST) From: Riccardo Veraldi To: Mikhail Teterin Cc: questions@FreeBSD.ORG Subject: Re: dbm_* functions missing In-Reply-To: <199906060208.WAA16306@kot.ne.mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the reason is install gdbm from ports collection. dbm system is a library not a part of the OS itself. So if u like using dbm (I use it too) install gdbm with make install from /usr/ports/databases/gdbm directory. Rick On Sat, 5 Jun 1999, Mikhail Teterin wrote: > Hello! > > Is there a good reason FreeBSD's ndbm does not implement > > dbm_error > dbm_pagfno > dbm_rdonly > > ? gdbm has them... Thanks, > > -mi > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message