Thread: Install PostgreSQL

Install PostgreSQL

From
João Carlos Fernandes Costa
Date:
Hi,

I am trying to install PostgreSQL 7.2 on a Win2K machine but I am getting
problems in the configuration.
I have installed and started cygwin. When I type

    ./configure

I get

    bash: ./configure: No such file or directory

What must I have to do?

Thank you,
Joao

Re: Install PostgreSQL

From
Jason Tishler
Date:
João,

On Mon, Apr 08, 2002 at 02:29:04PM +0100, João Carlos Fernandes Costa wrote:
> I am trying to install PostgreSQL 7.2 on a Win2K machine but I am getting
> problems in the configuration.
> I have installed and started cygwin. When I type
>
>     ./configure
>
> I get
>
>     bash: ./configure: No such file or directory
>
> What must I have to do?

Use the pre-built PostgreSQL 7.2 that is part of the standard Cygwin
distribution.  Or, install ash 20020131-1 to solve the above problem.

Jason

Re: Install PostgreSQL

From
João Carlos Fernandes Costa
Date:
Jason,

Where is pre-built PostgreSQL 7.2 located?

Jo�o

-----Original Message-----
From: Jason Tishler [mailto:jason@tishler.net]
Sent: segunda-feira, 8 de Abril de 2002 14:54
To: Jo�o Carlos Fernandes Costa
Cc: 'pgsql-cygwin@postgresql.org'
Subject: Re: [CYGWIN] Install PostgreSQL


Jo�o,

On Mon, Apr 08, 2002 at 02:29:04PM +0100, Jo�o Carlos Fernandes Costa wrote:
> I am trying to install PostgreSQL 7.2 on a Win2K machine but I am getting
> problems in the configuration.
> I have installed and started cygwin. When I type
>
>     ./configure
>
> I get
>
>     bash: ./configure: No such file or directory
>
> What must I have to do?

Use the pre-built PostgreSQL 7.2 that is part of the standard Cygwin
distribution.  Or, install ash 20020131-1 to solve the above problem.

Jason

Re: Install PostgreSQL

From
Jason Tishler
Date:
João,

On Mon, Apr 08, 2002 at 02:53:44PM +0100, João Carlos Fernandes Costa wrote:
> Where is pre-built PostgreSQL 7.2 located?

It is available on the Cygwin mirrors.  Just click on "Database" in
setup.exe's chooser to see the PostgreSQL entry, then click on the
"spin" icon until 7.2-2 is displayed.  Please read the README:

    /usr/doc/Cygwin/postgresql-7.2.README

Jason