Re: installing cygwin, cygipc

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: installing cygwin, cygipc
Дата
Msg-id 20030218163225.GE2332@tishler.net
обсуждение исходный текст
Ответ на installing cygwin, cygipc  (Bruce Becker <beckerba@pacbell.net>)
Список pgsql-cygwin
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

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: PostgreSQL without cygwin.
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: What could be the cause?