Re: Runtime Problems

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Richard Luckhurst" <rickl(at)soundadvice(dot)aunz(dot)net>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Runtime Problems
Date: 2004-05-18 12:13:55
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE25@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> Hi Bruce
>
> Yes initdb is in c:\msys\1.0\local\pgsql\bin.
>
> I downloaded the binary from the following location
> http://www.hagander.net/pgsql/win32snap/postgres_win32_7.5_devel.zip

the pgsql/lib and pgsql/bin folders need to both be in your path.

The pgsql/share folder needs to be specified by initdb...

initdb -L "c:/postgres/share"

quote your paths and use forward slashes for the time being.

The current binary (from last good compile 5/11) works fine :)

Merlin

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-05-18 13:15:03 Re: Runtime Problems
Previous Message Richard Luckhurst 2004-05-18 09:37:34 Re: Runtime Problems