| From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
|---|---|
| To: | Jay O'Connor <joconnor(at)cybermesa(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: executables when upgrading |
| Date: | 2003-05-14 02:32:34 |
| Message-ID: | 20030514023234.GA26285@wolff.to |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, May 13, 2003 at 14:58:34 -0700,
Jay O'Connor <joconnor(at)cybermesa(dot)com> 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
If you are building from source you can set this when running configure.
Use the --help option to see the options for controlling where various
things get installed.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Al | 2003-05-14 03:53:32 | ODBC drivers for osX |
| Previous Message | Jay O'Connor | 2003-05-14 02:23:24 | COPY versus INSERT |