Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA18767; Thu, 1 Aug 91 10:40:58 -0700
Message-Id: <9108011740.AA18767@postgres.Berkeley.EDU>
From: mao@postgres.Berkeley.EDU (Mike Olson)
Subject: Re: mixing ports
To: postgres@postgres.berkeley.edu
In-Reply-To: Your message of "Thu, 01 Aug 91 04:36:34 PST."
             <9108011121.AA02442@dpi.inpe.br> 
Date: Thu, 01 Aug 91 10:39:46 PDT

i don't completely understand the sequence of events that caused your
problem.  however, it is true that you must have separate POSTGRESHOME
directories for different ports, since each port wants to install its
binaries in $POSTGRESHOME/bin.  to save space, you can slink
$POSTGRESHOME/src from the existing (sun?) port to the new (ultrix?)
port.

also, several of the build scripts are csh scripts, rather than sh
scripts.  this means that if you have POSTGRESHOME set in your .cshrc
as user 'postgres', that value will be used during Make install.  you
should set this in your .login, or remove it from your .cshrc while you
are building the second postgres port.

feel free to contact us directly at post-questions@postgres if you
continue to have problems.
					mike
