From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 10:48:42 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 31D9816A4CE for ; Tue, 24 Feb 2004 10:48:42 -0800 (PST) Received: from medusa.tutka.fi (medusa.tutka.fi [212.116.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645E343D1F for ; Tue, 24 Feb 2004 10:48:41 -0800 (PST) (envelope-from mikko@medusa.tutka.fi) Received: from medusa.tutka.fi (medusa.tutka.fi [127.0.0.1]) by medusa.tutka.fi (8.12.8/8.12.8) with ESMTP id i1OImuW3002331 for ; Tue, 24 Feb 2004 20:48:56 +0200 Received: from localhost (mikko@localhost) by medusa.tutka.fi (8.12.8/8.12.8/Submit) with ESMTP id i1OImtM0002327 for ; Tue, 24 Feb 2004 20:48:56 +0200 Date: Tue, 24 Feb 2004 20:48:55 +0200 (EET) From: mikko To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: postgresql & client 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: Tue, 24 Feb 2004 18:48:42 -0000 I run into something weird. Is it so, that you cannot have both; the postgresql server, and postgresql client, installed at the same time? When I first install one or the other from ports, and after I try to install the other, I am informed that: ===> postgresql-client-7.4.1_1 conflicts with installed package(s): postgresql-7.4.1_1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 and same vice versa. I am almost certain that I've had both installed. (running 5.2-ALMOST-CURRENT)