From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 00:59:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB6B16A4CE for ; Sun, 18 Apr 2004 00:59:22 -0700 (PDT) Received: from emptyhost.emptydomain.de (213-203-244-156.kunde.vdserver.de [213.203.244.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7DD43D45 for ; Sun, 18 Apr 2004 00:59:21 -0700 (PDT) (envelope-from kai@emptydomain.de) Received: by emptyhost.emptydomain.de (Postfix, from userid 1000) id 984561B802; Sun, 18 Apr 2004 09:59:38 +0200 (CEST) To: "Lee Dilkie" References: <0e9d01c424c1$e582a910$c10133ce@dilkie.com> From: Kai Grossjohann Date: Sun, 18 Apr 2004 09:59:38 +0200 In-Reply-To: <0e9d01c424c1$e582a910$c10133ce@dilkie.com> (Lee Dilkie's message of "Sat, 17 Apr 2004 17:21:05 -0400") Message-ID: <877jwdpvh1.fsf@emptyhost.emptydomain.de> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: bsdpan-DB_File - missing origin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 07:59:22 -0000 "Lee Dilkie" writes: >>If you do >> >> perl -MCPAN -e shell >> install DB_File >> >>then you get that port. > > Okay, that is good to know. But I, personally, never did this so it > must have been done by one of the ports I have installed. I just > wonder which one, or rather, how one goes about discovering which > one. Any ideas? You did it yourself, see below. >>Note that the Berkeley-DB library (from the db41 port) and the Perl >>interface thereto (DB_File) are two different things. >> > > I installed the db41 but after that was done, i went into the perl > subdir, fixed up config.in and ran the perl installation. I had done > that some time ago for graphdefang ( it's not from ports but it > needed DB_File). I would think they have the same api, but what do I > know of perl ;) Ah! This will also create that port. I didn't know that DB_File is part of the Berkeley-DB distribution. So there are many ways to get at DB_File: * It is included in Perl itself. (Perhaps you have to install the db41 port first, and then the Perl port.) * perl -MCPAN -e shell * Do like you did. This is all quite confusing. Kai