Re: Can't find ipc-daemon on latest cygwin install

Lists: pgsql-cygwin
From: "Carl Youngblood" <carl(at)youngbloods(dot)org>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-21 02:31:08
Message-ID: 002b01c34f30$2ac369a0$3201a8c0@CARLLIFEBOOK
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

I'm stuck trying to install Postgres on Windows because I downloaded the
latest cygwin and it doesn't have ipc-daemon. Just to make sure that I
didn't leave out a package, I installed everything. There was a package
called "cygipc" but it now installs a file called ipc-daemon2. I tried
running that, thinking that it might still work with postgres, but I get a
DLL linking error. ipc-daemon2 (as it is currently shipping with cygwin) is
incompatible with the cygwin dll.

Has anybody had this problem, and what did you do about it?

I don't know about you guys, but after being an avid MySQL fan and seeing
how easy it is to install and set it up on both Windows and Linux, I think
that having a packaged one-click installation for postgres on windows would
be an incredible boon to the postgres community and would go a long way
towards making it easier to adopt.

Thanks in advance for your help.

Carl Youngblood


From: Jason Tishler <jason(at)tishler(dot)net>
To: Carl Youngblood <carl(at)youngbloods(dot)org>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-21 13:50:55
Message-ID: 20030721135054.GF1664@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Carl,

On Sun, Jul 20, 2003 at 08:31:08PM -0600, Carl Youngblood wrote:
> what did you do about it?

Read the README:

http://www.tishler.net/jason/software/postgresql/postgresql-7.3.3.README

and install cygipc 1.14-1.

Note Chuck Wilson's web site seems to be "unavailable" (at least to me)
at the moment...

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6


From: Jason Tishler <jason(at)tishler(dot)net>
To: Carl Youngblood <carl(at)youngbloods(dot)org>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-21 18:31:00
Message-ID: 20030721183100.GA2260@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Carl,

I presume that you meant to reply-all...

On Mon, Jul 21, 2003 at 09:47:20AM -0600, Carl Youngblood wrote:
> Yes, it's been down for the last few days now. This information is
> more important than your average blog. Has anybody considered
> requesting some more permanent and reliable location for this stuff,
> perhaps somewhere at cygwin.com? Or maybe sourceforge?

Starting with cygipc-2.00-1, cygipc will be an official Cygwin package.
Hence, it will be on all Cygwin mirrors.

> In the meantime, can anybody send me a copy of cygipc so that I can
> continue with my install?

You can find it mirrored here:

http://www.tishler.net/jason/software/cygipc/

> Many thanks,

You are welcome.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6


From: Ian Burrell <ib(at)onsitetech(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-23 23:05:17
Message-ID: 3F1F14AD.7090305@onsitetech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Carl Youngblood wrote:

> I'm stuck trying to install Postgres on Windows because I downloaded the
> latest cygwin and it doesn't have ipc-daemon. Just to make sure that I
> didn't leave out a package, I installed everything. There was a package
> called "cygipc" but it now installs a file called ipc-daemon2. I tried
> running that, thinking that it might still work with postgres, but I get a
> DLL linking error. ipc-daemon2 (as it is currently shipping with cygwin) is
> incompatible with the cygwin dll.
>

It looks like cygipc 2.00 depends on cygwin 1.50. You can also install
that through Cygwin setup. It is marked as experimental but is useful
because it fixes the chmod problem with Unix sockets.

However, the current version of postgresql only seems to work with
cygipc 1.14. It sounds like postgresql would have to be recompiled to
work with cygipc 2.0.

- Ian


From: Ian Burrell <ib(at)onsitetech(dot)com>
To: pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-23 23:09:38
Message-ID: 3F1F15B2.1030601@onsitetech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Jason Tishler wrote:
>
> Starting with cygipc-2.00-1, cygipc will be an official Cygwin package.
> Hence, it will be on all Cygwin mirrors.
>

Are you planning on building a postgresql release compiled with cygipc
2.0? It sounds like recompilation is required to use the new version.
Also, it would be helpful to add a dependency on cygipc so Cygwin setup
installs it automatically. The new release would have to be marked as
experimental since cygipc 2.00 and cygwin 1.50 are still test releases.

- Ian


From: Jason Tishler <jason(at)tishler(dot)net>
To: Ian Burrell <ib(at)onsitetech(dot)com>
Cc: pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Can't find ipc-daemon on latest cygwin install
Date: 2003-07-24 01:28:48
Message-ID: 20030724012848.GA2224@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Ian,

On Wed, Jul 23, 2003 at 04:09:38PM -0700, Ian Burrell wrote:
> Jason Tishler wrote:
> >Starting with cygipc-2.00-1, cygipc will be an official Cygwin
> >package. Hence, it will be on all Cygwin mirrors.
>
> Are you planning on building a postgresql release compiled with cygipc
> 2.0? It sounds like recompilation is required to use the new version.
> Also, it would be helpful to add a dependency on cygipc so Cygwin
> setup installs it automatically. The new release would have to be
> marked as experimental since cygipc 2.00 and cygwin 1.50 are still
> test releases.

Yes, to all of the above. Sorry, no ETA.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6