From owner-freebsd-questions@FreeBSD.ORG Sat Apr 17 13:30:45 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 4984916A4CE for ; Sat, 17 Apr 2004 13:30:45 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F25343D53 for ; Sat, 17 Apr 2004 13:30:45 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BEwSZ-0004VW-00 for ; Sat, 17 Apr 2004 22:30:43 +0200 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Apr 2004 22:30:43 +0200 Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Apr 2004 22:30:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann Date: Sat, 17 Apr 2004 22:27:49 +0200 Lines: 21 Message-ID: <87fzb2qri2.fsf@emptyhost.emptydomain.de> References: <0e3801c4249b$7b2b1b90$c10133ce@dilkie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:4ABNybO7AtCZ6lg1zm1Ct3h1/v8= Sender: news 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: Sat, 17 Apr 2004 20:30:45 -0000 "Lee Dilkie" writes: > I googled this problem and I understand that *something* has > installed this module/package/??? from CPAN. How can I find out what > port is using this? I have a DB_File already installed from the db41 > port, so why is another one needed? If you do perl -MCPAN -e shell install DB_File then you get that port. Note that the Berkeley-DB library (from the db41 port) and the Perl interface thereto (DB_File) are two different things. Kai PS: Is "thereto" correct in this context? It seemed like a cool way to make the sentence shorter ;-)