Re: PostgreSQL for Windows installation

From: "Scott Shattuck" <ss(at)technicalpursuit(dot)com>
To: "Steve Riley" <seriley(at)pacbell(dot)net>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: PostgreSQL for Windows installation
Date: 2002-06-08 21:37:12
Message-ID: 042f01c20f34$a7119aa0$80c310ac@idearatxp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pacbell(dot)net
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Gerrit P. Haase 2002-06-09 07:07:00 Re: Postgres in Windows
Previous Message Steve Riley 2002-06-08 17:37:01 PostgreSQL for Windows installation