From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Bruce Becker <beckerba(at)pacbell(dot)net> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: installing cygwin, cygipc |
Date: | 2003-02-18 16:32:26 |
Message-ID: | 20030218163225.GE2332@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2003-02-18 16:42:11 | Re: What could be the cause? |
Previous Message | Jason Tishler | 2003-02-18 16:25:45 | Re: PostgreSQL without cygwin. |