Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 18 Nov 2002 16:10:56 -0500 From: Jason Tishler Subject: Re: Installing PostgreSQL on Windows using Cygwin In-reply-to: To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20021118211056.GJ472@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: 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/