From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 03:57:13 2006 Return-Path: X-Original-To: questions@freebsd.org 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 A835716A41F for ; Thu, 5 Jan 2006 03:57:13 +0000 (GMT) (envelope-from mike.jeays@rogers.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id E39A543D69 for ; Thu, 5 Jan 2006 03:57:07 +0000 (GMT) (envelope-from mike.jeays@rogers.com) Received: (qmail 16842 invoked from network); 5 Jan 2006 03:57:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=2OG249kJ8i7C6WLldX+O+W0o2QlU2y3sbPTchhrWgUYPOh5YAn49LUMiJqu3/dSHlnVGteTMcjQvDChrNMPZjzdlZogIV2x5GOKbHF4kE1SqNftGYzV69/2DWJulLAkGW54J+KJscEfgt07JtSfeSljVoIGhYXim+n+qqPAsXd0= ; Received: from unknown (HELO chaucer.jeays.ca) (mike.jeays@rogers.com@72.139.51.96 with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 5 Jan 2006 03:57:06 -0000 From: Mike Jeays To: questions@freebsd.org Content-Type: text/plain Date: Wed, 04 Jan 2006 22:57:05 -0500 Message-Id: <1136433425.1989.7.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Installing PostgreSQL as a package 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, 05 Jan 2006 03:57:13 -0000 I am having trouble installing postgresql80-server on a 6.0 machine. It complains that it is incompatible with postgresql-client-7.4.8. This can't be deleted because it is a dependency of koffice and kde, so I am reluctant to force the deletion. I forced the install of postgresql80-server, but it hasn't created anything in /usr/local/pgsql, and I haven't yet been able to get it to run. Should I try compiling it from source, or is there something obvious I have missed? I have created the pgsql account.