Re: Trouble in using initdb - Mailing list pgsql-cygwin

From pobox@verysmall.org
Subject Re: Trouble in using initdb
Date
Msg-id 43D54016.2010706@verysmall.org
Whole thread Raw
In response to Trouble in using initdb  (gopa pragna <pragna526@yahoo.co.in>)
List pgsql-cygwin
Hello,

it seems that you are missing cygserver.

I am just doing some testing of 8.0.4 vs 8.1.2 under cygwin and I get
the same when I forget cygserver.

After you install cygwin, do the following -

export CYGWIN=server (not clear if needed, try without it)
unset LANG (not clear if needed, try without it)
export PATH=/usr/bin:/usr/sbin:/usr/local/pgsql/bin:$PATH
/usr/bin/cygserver-config
cygserver &

Then you do -

./configure
make
make install

in the source directory.

Then -

export CYGWIN=server (makes initdb use the cygserver)
initdb -D /usr/local/pgsql/data

This should work.

Iv



pgsql-cygwin by date:

Previous
From: "pobox@verysmall.org"
Date:
Subject: Re: can't get postgresql to start on cygwin...
Next
From: "jmbigi (sent by Nabble.com)"
Date:
Subject: Re: pgsql on cygwin problem