Re: PostgreSQL for Windows installation

Поиск
Список
Период
Сортировка
От Scott Shattuck
Тема Re: PostgreSQL for Windows installation
Дата
Msg-id 042f01c20f34$a7119aa0$80c310ac@idearatxp
обсуждение исходный текст
Ответ на PostgreSQL for Windows installation  (Steve Riley <seriley@pacbell.net>)
Список pgsql-cygwin
Steve Riley Wrote:
> I'm trying to follow your directions for installing PostgreSQL for
> windows under the link http://www.ca.postgresql.org/docs/faq-mswin.html
> but this set of directions seems to be old.  I can no longer download
> the cygipc package, as it is "Obsolete".  In the setup.exe, I tried
> including under the Utils section the "cygutils" option, but there is
> still no ipc-daemon.
>

Try this from a Cygwin terminal:

$ cd /tmp
$ lynx -source
http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.11-1.tar.
bz2 > cygipc-1.11-1.tar.bz2
$ bunzip2.exe cygipc-1.11-1.tar.bz2
$ cd /
$ tar -xvf /tmp/cygipc-1.11-1.tar

Note that the final two steps are a bit unconventional. The tar file expects
to unroll directly into 'usr/local' with no leading '/' so the fastest
install is to cd to root first and then unroll it. Once you've done this:

$ cd /usr/local/bin
$ ls
ipc-daemon.exe  ipck  ipcrm.exe  ipcs.exe  ipctest.exe

I've had mixed results doing the install-as-service approach so I usually
just start the ipc-daemon manually via:

$ ipc-daemon.exe &



> What am I supposed to do next?
>
> Thanks,
> Steve Riley
> seriley@pacbell.net
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


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

Предыдущее
От: Steve Riley
Дата:
Сообщение: PostgreSQL for Windows installation
Следующее
От: "Gerrit P. Haase"
Дата:
Сообщение: Re: Postgres in Windows