Re: executables when upgrading

From: "Jay O'Connor" <joconnor(at)cybermesa(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: executables when upgrading
Date: 2003-05-14 02:21:08
Message-ID: 20030513192108.A1258@altaica
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2003.05.13 14:58 Jay O'Connor wrote:
> I have some servers to install postgres on. They already have 7.1 on
> them
> and I'm installing 7.3.2. The install for 7.1 put everything in
> /usr/bin/,
> but the install for 7.3.2 puts everything in /usr/local/pgsql/bin.
> Anyway
> to make the install put the binaries in /usr/bin/? Otherwise I just have
> ascript that removes the binaries from /usr/bin/ and replaces them with
> symlinks to the files in /usr/local/pgsql/bin

./configure --bindir=/usr/bin

ended up being the solution I needed

Take care,
Jay

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jay O'Connor 2003-05-14 02:23:24 COPY versus INSERT
Previous Message Joseph Shraibman 2003-05-13 22:42:08 Re: fomatting an interval (resend)