Re: can't get postgresql to start on cygwin...

Поиск
Список
Период
Сортировка
От pobox@verysmall.org
Тема Re: can't get postgresql to start on cygwin...
Дата
Msg-id 43D53F81.9070602@verysmall.org
обсуждение исходный текст
Ответ на can't get postgresql to start on cygwin...  (Ed Hartnett <ed@unidata.ucar.edu>)
Список pgsql-cygwin
Hi,

I just sent this for another person (just subscribed to the list and
read all this from the web site so my replies are not really RE).

Hope this helps, but if not, let me know.

Iv

--

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.



В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "pobox@verysmall.org"
Дата:
Сообщение: Re: Trouble in using initdb
Следующее
От: "pobox@verysmall.org"
Дата:
Сообщение: Re: Trouble in using initdb