Обсуждение: installing cygwin, cygipc

Поиск
Список
Период
Сортировка

installing cygwin, cygipc

От
Bruce Becker
Дата:
I unpacked the cygipc tar package and went to "ipc-daemon &" to start
the service. The system could not find the file. I tried different
directories, did a search for it and still no luck. Should I expect a
bad cygipc download. I downloaded version 1.13-2. Please help. Need
this going to complete a lab assignment.

Later
Brian


Re: installing cygwin, cygipc

От
"Opis Boi"
Дата:
I also use that version and everything works ok.
I suggest you download it again and reinstalling cygipc.
IMHO, there could be no hard anyway.

Good luck

----- Original Message -----
From: "Bruce Becker" <beckerba@pacbell.net>
To: <pgsql-cygwin@postgresql.org>
Sent: Saturday, February 15, 2003 6:27 AM
Subject: [CYGWIN] installing cygwin, cygipc


> I unpacked the cygipc tar package and went to "ipc-daemon &" to start
> the service. The system could not find the file. I tried different
> directories, did a search for it and still no luck. Should I expect a
> bad cygipc download. I downloaded version 1.13-2. Please help. Need
> this going to complete a lab assignment.
>
> Later
> Brian
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>



Re: installing cygwin, cygipc

От
Jason Tishler
Дата:
Brian,

On Fri, Feb 14, 2003 at 03:27:52PM -0800, Bruce Becker wrote:
> I unpacked the cygipc tar package and went to "ipc-daemon &" to start
> the service.

The above seems to indicate that /usr/local/bin is not in your PATH.
Either add it:

    PATH=$PATH:/usr/local/bin

or type the full path:

    /usr/local/bin/ipc-daemon &

Note that the above is for a bash session.  If you are using cmd, then
you will have to do the Windows equivalents.

> The system could not find the file. I tried different directories, did
> a search for it and still no luck. Should I expect a bad cygipc
> download. I downloaded version 1.13-2.

How did you extract the cygipc tarball?  Did you do the following?

    tar -C / -xjf cygipc-1.13-2.tar.bz2 # assumes tarball in current dir

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