Обсуждение: FW: Pgsql install

Поиск
Список
Период
Сортировка

FW: Pgsql install

От
Дата:



-----Original Message-----
From: Onyango, Felix (fonyango)
Sent: Fri 11/5/2004 1:57 PM
To: 'pgsql-novice@postgresql.org'
Subject: Pgsql install

 
  Hello,
            I am isntalling Pgsql on redhat 9.0 enviroment though I am running into one particular error during the installation. Here is the error on line 4. Please help.

 [root@COMRED local]# cd src
[root@COMRED src]# cd postgresql-7.0.3
[root@COMRED postgresql-7.0.3]# ./configure --prefix=/usr/local/pgsql --with-odbc
bash: ./configure: No such file or directory
[root@COMRED postgresql-7.0.3]#
[root@COMRED postgresql-7.0.3]#




   Solaroot

Re: FW: Pgsql install

От
Tom Lane
Дата:
<Felix.Onyango@compucom.com> writes:
>  [root@COMRED local]# cd src
> [root@COMRED src]# cd postgresql-7.0.3
> [root@COMRED postgresql-7.0.3]# ./configure --prefix=3D/usr/local/pgsql --w=
> ith-odbc
> bash: ./configure: No such file or directory

IIRC the configure script wasn't in the top-level directory in 7.0;
I think it was under src/.  However, that only begs the question: why
are you bothering with such a prehistoric version of Postgres?

            regards, tom lane