Chris,

Sorry, but I feel the need to clarify some points for the archives...

On Sun, Nov 17, 2002 at 01:42:45PM -0500, Chris Schneider wrote:
> Cygwin performs the install for you, however it puts the executables
> in the /bin dir

To be more accurate, Cygwin PostgreSQL's prefix is /usr -- just
like all other official Cygwin packages.

> vs.  the default PostgreSQL install dir of /usr/local/pgsql.

Is there really a "default PostgreSQL install dir?"  IMO, the above is
just the default prefix used by PostgreSQL configure.  For example, I
have never found a PostgreSQL RPM that uses this prefix.

> --Install cygipc (V1.13), you can download the file from...
>   http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/  
>   [snip]
>        
> --Execute the command 'bunzip2 cygipc-1.13-2.tar.bz2'
>        
> --Then copy the cygipc-1.13-2.tar to / and execute the command 'tar xvf 
>cygipc-1.13-2.tar'

The above will only work if the user's current working directory is /.
I recommend the following instead:

    $ wget -nd -P /tmp 
http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.13-2.tar.bz2
    $ tar -C / -xjf /tmp/cygipc-1.13-2.tar.bz2

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to