From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 20:37:51 2008 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 8D66816A421 for ; Sat, 26 Jan 2008 20:37:51 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 674AB13C467 for ; Sat, 26 Jan 2008 20:37:51 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1943265waf.3 for ; Sat, 26 Jan 2008 12:37:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=LdUVua1E+0MYctkZBPyKD4dYIQFF7ipiNLEeootdJiw=; b=j8IegTALTb76i3hpm5vw7bXB9E0559BOBPTZIoCA+LVe/E5UU/qJ8JMxoypELp8SEhHakEwjoIzgxjixeSDzBryEHXvdSo/1bd2pCa1pjsISrErDClaLTXugy9VKaPyrNUXE7hdTcocmavR1Ga5lvDKQKpZfVUyksyt3sOZoM8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=eZ/KaaA0O4mFfgjllC8HPcaCqdrP9dKgCU931qUFNjgTwB+VJWrY5ryO6rLobJdi610Zf+BgsobrnbMGKyVb6YDNftqyO4LzzAL7Raa2QduQ+Is6i5huWTVCQUqB02wJlmZAmtPQv6l/nh2rc+moxdkEAS6xpa8XdAiBQBh/5eg= Received: by 10.115.88.1 with SMTP id q1mr1450975wal.98.1201379870863; Sat, 26 Jan 2008 12:37:50 -0800 (PST) Received: from sniper ( [71.221.182.247]) by mx.google.com with ESMTPS id j21sm7578904wah.8.2008.01.26.12.37.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Jan 2008 12:37:50 -0800 (PST) From: Andrew Falanga To: FreeBSD Questions Date: Sat, 26 Jan 2008 13:37:34 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801261337.34750.af300wsm@gmail.com> Subject: Installing apache and it conflicts with a previously installed port, how to fix 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: Sat, 26 Jan 2008 20:37:51 -0000 Hi, I'm installing apache 2.2 on my father's computer and got this error from the install of apache: ===> Installing for apache-2.2.8 ===> apache-2.2.8 conflicts with installed package(s): apr-db42-1.2.8_2 They install files into the same place. Please remove them first with pkg_delete(1). As you can see, a recommended course of action is given here. I wanted to find out what apr-db42 is, or what depends upon it, before removal and got this: roadrunner# pkg_info -r apr-db42-1.2.8_2 Information for apr-db42-1.2.8_2: Depends on: Dependency: expat-2.0.0_1 Dependency: perl-5.8.8_1 Dependency: db42-4.2.52_5 Dependency: libiconv-1.9.2_2 Can I safely remove apr-db42-1.2.8_2 that using pkg_delete to complete the install of apache, or should I do something different? Thanks, Andy