From owner-freebsd-questions@FreeBSD.ORG Thu Jul 2 16:12:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD85106564A for ; Thu, 2 Jul 2009 16:12:31 +0000 (UTC) (envelope-from clarkp@mtmary.edu) Received: from fear.mtmary.edu (fear.mtmary.edu [74.62.87.82]) by mx1.freebsd.org (Postfix) with ESMTP id A1A018FC15 for ; Thu, 2 Jul 2009 16:12:31 +0000 (UTC) (envelope-from clarkp@mtmary.edu) Received: from [127.0.0.1] (war.mtmary.edu [172.16.0.200]) by fear.mtmary.edu (Postfix) with ESMTP id E68F956327A for ; Thu, 2 Jul 2009 10:20:36 -0500 (CDT) Message-ID: <4A4CD041.5020006@mtmary.edu> Date: Thu, 02 Jul 2009 10:20:33 -0500 From: Peter Clark User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Dependency confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2009 16:12:32 -0000 Hello, I have a number of ports installed on my 7.2Release box. When I issue pkg_info I see that I have both db41-4.1.25_4 and db46-4.6.21.4 installed. Is there an easy way to see which program is linked to which db? Is this some sort of redundant listing and I really only have db4.6 installed or can you have both side by side? My real concern is about which db backend my cyrus-imap-23 is linked against. Thank you, Peter