Re: Running two versions on same server

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Robert Fitzpatrick <robert(at)webtent(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Running two versions on same server
Date: 2003-06-12 17:45:57
Message-ID: 20030612174557.GB65470@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > ... I do ./configure, gmake, and gmake install without
> > error, but the psql file does not show up in the bin of the new distro.
>
> I have a serious problem believing that statement. *Something* failed
> in the build. Go back and find out what.

Err... this could be as simple as a shell caching the contents of the
directories in your $PATH.

which psql
exec $SHELL
which psql

-sc

--
Sean Chittenden

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Darko Prenosil 2003-06-12 17:50:23 Re: LAST_INSERT_ID equivalent
Previous Message Erik Price 2003-06-12 17:44:16 Re: LAST_INSERT_ID equivalent