Re: Pgsql install

Lists: pgsql-novice
From: <Felix(dot)Onyango(at)compucom(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Pgsql install
Date: 2004-11-05 19:57:31
Message-ID: 5BA671B4ADEFD5418728E12846297525020556@SP099EXM03.compucom.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice


Hello,
I am isntalling Pgsql on redhat 9.0 enviroment though I am
running into one particular error during the installation


After entering the following command
./configure --prefix = // default path is /usr/local/pgsql
I get an error message that ./configure directory does
not exist. What could be the problem here. Any help appreciated, I
am a novice.

Solaroot


From: John DeSoi <desoi(at)pgedit(dot)com>
To: <Felix(dot)Onyango(at)compucom(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Pgsql install
Date: 2004-11-08 13:12:28
Message-ID: D74537C6-3187-11D9-8A46-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice


On Nov 5, 2004, at 2:57 PM, <Felix(dot)Onyango(at)compucom(dot)com> wrote:

>           After entering the following command
>            ./configure --prefix = // default path is /usr/local/pgsql
>            I get an error message that   ./configure    directory does
> not exist. What could be the problem here. Any help       appreciated,
> I am a novice.

Make sure you change directories to the location of the postgresql
source, for example

cd ~/home/postgresql-8.0.0beta4

Now type ./configure

I'm not sure if you really typed what you have there after --prefix.
But I believe /usr/local/pgsql is normally the default path, so you
don't need to include the prefix parameter. If you really want to
install in a different place, the command is like this:

./configure --prefix=/place/to/install

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL