Re: problem with cygipc

From: "Russell Black" <rblack(at)iarchives(dot)com>
To: "Giuliano Castelli" <giulcast(at)yahoo(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: problem with cygipc
Date: 2001-10-31 17:20:48
Message-ID: 006c01c16230$6269aed0$0464a8c0@iarchives.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin


----- Original Message -----
From: "Giuliano Castelli" <giulcast(at)yahoo(dot)com>

> This is the config.log file:
> ----------------------------------------------------
> This file contains any messages produced by compilers
> while
> running configure, to aid debugging if configure makes
> a mistake.
> ....

Why are you trying to build ipc-daemon? Why don't you just use the
pre-built binary?

> What command must I give for correctly running
> ipc-daemon of cygipc? I am in the directory where
> ipc-daemon.exe is, in a MSDOS window. What must I
> write now?

As stated in your attached readme file, you just need to run

ipc-daemon --install-as-service

This will install the service so that it will automatically start when your
machine is started. If you don't want to reboot your machine, you can start
the service manually by typing

net start ipc-daemon

after installing it as a service.

Russell

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Russell Black 2001-11-01 17:57:16 Re: problem with cygipc
Previous Message Giuliano Castelli 2001-10-30 22:47:00 problem with cygipc