RE: PostgreSQL 7.1 beta3 on Windows 2k

From: "JJAR" <jjarcore(at)eresmas(dot)com>
To: "Jason Tishler" <Jason(dot)Tishler(at)dothill(dot)com>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: RE: PostgreSQL 7.1 beta3 on Windows 2k
Date: 2001-01-31 00:45:32
Message-ID: IPECLCJEPIFNIDOABNELKEDOCBAA.jjarcore@eresmas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jason,

Thank you very much for the information.

But now I would like to know if I have to apply KevinLo's steps here, I
have tried the selfcontained instructions:
I mean I already have done:

./configure --- OK
make --- OK
make install --- OK
adduser postgres --- NOT OK ( command not found )
su - postgres --- NOT OK ( because the previous didn't work, I guess )
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

in this final, the process, gets 100% of the CPU power for 6 minutes and
running...

The output:

$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
This database system will be initialized with username "administrador".
This user will own all the data files and must also own the server process.

Fixing permissions on existing directory /usr/local/pgsql/data
Creating directory /usr/local/pgsql/data/base
Creating directory /usr/local/pgsql/data/global
Creating directory /usr/local/pgsql/data/pg_xlog
Creating template1 database in /usr/local/pgsql/data/base/1

Do I have to apply KevinLo's steps, part or any variation on them.

Thank you in advance.

//Juan

-----Mensaje original-----
De: Jason Tishler [mailto:Jason(dot)Tishler(at)dothill(dot)com]
Enviado el: martes, 30 de enero de 2001 12:29
Para: JJAR
CC: pgsql-ports(at)postgresql(dot)org
Asunto: Re: [PORTS] PostgreSQL 7.1 beta3 on Windows 2k

Juan,

On Tue, Jan 30, 2001 at 02:12:56AM +0100, JJAR wrote:
> I had PostgreSQL 7.0.3 installed on my system, but I had the memory
detach
> problem so I decided to upgrade to 7.1 beta 3 instead of patching.
> With this I mean Cygwin worked for PostgreSQL 7.0.3 port so it works.
>
> Installation process for 7.1:
>
> ./configure --------- OK
> make --------- NOT OK; the last lines in the output were:

PostgreSQL 7.1 beta 3 is known *not* to build OOTB for Cygwin but the
current snapshot and CVS does.

You can find the latest snapshot at:

ftp://ftp.postgresql.org/pub/dev/postgresql-snapshot.tar.gz

and CVS at:

http://www.postgresql.org/devel-corner/docs/postgres/cvs.htm#ANONCVS

Jason

--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp. Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Yaroslav Ozhybko 2001-01-31 16:01:43 FAQ_SCO
Previous Message JJAR 2001-01-30 19:44:18 RE: I can NOT connect to the database?