From owner-freebsd-questions Fri May 28 15:39:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 47E4A14CAC for ; Fri, 28 May 1999 15:39:48 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA12414; Fri, 28 May 1999 15:39:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 28 May 1999 15:39:00 -0700 (PDT) From: Doug White To: David Kelly Cc: Thomas Good , freebsd-questions@FreeBSD.ORG Subject: Re: Installing and Running PostgreSQL In-Reply-To: <199905280156.UAA53656@nospam.hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 27 May 1999, David Kelly wrote: > Thomas Good writes: > > > > Now can we get PG binaries online somewhere?! ;-) > > > > I don't see why (if the builder does the regression tests) we would > > hesitate to make them available...it's nice to have the PG src tree > > but it's also nice to get your database happening asap and the db > > binaries are a fraction of the size of the src tree. > > Thought I'd try it. This is how one makes a binary package out of a > port: > > % cd /ports/databases/postgresql/ > % make USE_TCL=yes package > ===> postgresql-6.4.2 may not be packaged: Requires pgsql uid. > % > > Apparently it blows up because the package system does not yet support > the creation/addition of new user id's. Or maybe there is some good > reason a package can not create a user account? Adding users automatically is Evil Bad. You can create an INSTALL script that's run after the package is added (and remove the NO_PACKAGE flag in the Makefile), but we aren't willing to do this in a wide distribution. In this case, you know what you're getting into :-) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message