Thread: Where to download CygIPC?
I want to install PostgreSQL on my computer, using Windows XP. I have succeeded to install Cygwin, but when I went to the link for downloading cygipc, there was no file to download. What do I do?
Karin Gardström
Karin, On Tue, Apr 16, 2002 at 05:46:20PM +0200, Karin Gardström wrote: > I want to install PostgreSQL on my computer, using Windows XP. I have succeeded > to install Cygwin, but when I went to the link for downloading cygipc, there > was no file to download. What do I do? Try the following: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html Chuck has recently reorganized his site. Jason
Jason, After downloading cygipc, how do you install it? I am not able to open a file which type is ".tar.bz2" on a Win2K machine. Please explain me how to. Thank you. Joao -----Original Message----- From: Jason Tishler [mailto:jason@tishler.net] Sent: quarta-feira, 17 de Abril de 2002 11:56 To: Karin Gardstr�m Cc: pgsql-cygwin@postgresql.org Subject: Re: [CYGWIN] Where to download CygIPC? Karin, On Tue, Apr 16, 2002 at 05:46:20PM +0200, Karin Gardstr�m wrote: > I want to install PostgreSQL on my computer, using Windows XP. I have succeeded > to install Cygwin, but when I went to the link for downloading cygipc, there > was no file to download. What do I do? Try the following: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html Chuck has recently reorganized his site. Jason ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
If you put it in your cygwin root directory (c:\cygwin by default) then go to the bash shell, then cd / and then: tar -jxvf cygipc-1.11-1.tar.bz2 OR: bunzip2 cygipc-1.11-1.tar.bz2 tar -xvf cygipc-1.11-1.tar - Stuart > -----Original Message----- > From: João Carlos Fernandes Costa [mailto:joao.costa@oni.pt] > Sent: 19 April 2002 12:38 > To: 'Jason Tishler' > Cc: 'pgsql-cygwin@postgresql.org' > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Jason, > > After downloading cygipc, how do you install it? I am not > able to open a > file which type is ".tar.bz2" on a Win2K machine. Please > explain me how to. > Thank you. > > Joao > > -----Original Message----- > From: Jason Tishler [mailto:jason@tishler.net] > Sent: quarta-feira, 17 de Abril de 2002 11:56 > To: Karin Gardström > Cc: pgsql-cygwin@postgresql.org > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Karin, > > On Tue, Apr 16, 2002 at 05:46:20PM +0200, Karin Gardström wrote: > > I want to install PostgreSQL on my computer, using Windows > XP. I have > succeeded > > to install Cygwin, but when I went to the link for > downloading cygipc, > there > > was no file to download. What do I do? > > Try the following: > > > http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html > > Chuck has recently reorganized his site. > > Jason > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > > ---------------------------(end of > broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org >
João, On Fri, Apr 19, 2002 at 12:38:07PM +0100, João Carlos Fernandes Costa wrote: > After downloading cygipc, how do you install it? I am not able to open a > file which type is ".tar.bz2" on a Win2K machine. Please explain me how to. $ tar -C / -xjf cygipc-1.11-1.tar.bz2 Jason
Hi Stuart, when I execute tar -jxvf cygipc-1.11-1.tar.bz2 I get the following: tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error exit delayed from previous errors When I execute ls I get the following: bin cygipc-1.11-1.tar.bz2 cygwin.ico home sbin usr cygipc-1.11-1-src.tar.bz2 cygwin.bat etc lib tmp var Any reason? Joao -----Original Message----- From: Henshall, Stuart - WCP [mailto:SHenshall@westcountrypublications.co.uk] Sent: sexta-feira, 19 de Abril de 2002 12:43 To: 'Jo�o Carlos Fernandes Costa' Cc: 'pgsql-cygwin@postgresql.org' Subject: RE: [CYGWIN] Where to download CygIPC? If you put it in your cygwin root directory (c:\cygwin by default) then go to the bash shell, then cd / and then: tar -jxvf cygipc-1.11-1.tar.bz2 OR: bunzip2 cygipc-1.11-1.tar.bz2 tar -xvf cygipc-1.11-1.tar - Stuart > -----Original Message----- > From: Jo�o Carlos Fernandes Costa [mailto:joao.costa@oni.pt] > Sent: 19 April 2002 12:38 > To: 'Jason Tishler' > Cc: 'pgsql-cygwin@postgresql.org' > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Jason, > > After downloading cygipc, how do you install it? I am not > able to open a > file which type is ".tar.bz2" on a Win2K machine. Please > explain me how to. > Thank you. > > Joao > > -----Original Message----- > From: Jason Tishler [mailto:jason@tishler.net] > Sent: quarta-feira, 17 de Abril de 2002 11:56 > To: Karin Gardstr�m > Cc: pgsql-cygwin@postgresql.org > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Karin, > > On Tue, Apr 16, 2002 at 05:46:20PM +0200, Karin Gardstr�m wrote: > > I want to install PostgreSQL on my computer, using Windows > XP. I have > succeeded > > to install Cygwin, but when I went to the link for > downloading cygipc, > there > > was no file to download. What do I do? > > Try the following: > > > http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html > > Chuck has recently reorganized his site. > > Jason > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > > ---------------------------(end of > broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org >
You need run Cygwin's setup again and install bzip2. the message tar (child): bzip2: Cannot exec: No such file or directory indicates that system cannot find bzip2 which is necesary to unzup the file before unpack the tarball. João Carlos Fernandes Costa <joao.costa@oni.pt>@postgresql.org con fecha 19/04/2002 08:21:15 AM Enviado por: pgsql-cygwin-owner@postgresql.org Destinatarios: "'Henshall, Stuart - WCP'" <SHenshall@westcountrypublications.co.uk> CC: "'pgsql-cygwin@postgresql.org'" <pgsql-cygwin@postgresql.org> Fax to: Pager to: Asunto: Re: [CYGWIN] Where to download CygIPC? Hi Stuart, when I execute tar -jxvf cygipc-1.11-1.tar.bz2 I get the following: tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error exit delayed from previous errors When I execute ls I get the following: bin cygipc-1.11-1.tar.bz2 cygwin.ico home sbin usr cygipc-1.11-1-src.tar.bz2 cygwin.bat etc lib tmp var Any reason? Joao -----Original Message----- From: Henshall, Stuart - WCP [mailto:SHenshall@westcountrypublications.co.uk] Sent: sexta-feira, 19 de Abril de 2002 12:43 To: 'João Carlos Fernandes Costa' Cc: 'pgsql-cygwin@postgresql.org' Subject: RE: [CYGWIN] Where to download CygIPC? If you put it in your cygwin root directory (c:\cygwin by default) then go to the bash shell, then cd / and then: tar -jxvf cygipc-1.11-1.tar.bz2 OR: bunzip2 cygipc-1.11-1.tar.bz2 tar -xvf cygipc-1.11-1.tar - Stuart > -----Original Message----- > From: João Carlos Fernandes Costa [mailto:joao.costa@oni.pt] > Sent: 19 April 2002 12:38 > To: 'Jason Tishler' > Cc: 'pgsql-cygwin@postgresql.org' > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Jason, > > After downloading cygipc, how do you install it? I am not > able to open a > file which type is ".tar.bz2" on a Win2K machine. Please > explain me how to. > Thank you. > > Joao > > -----Original Message----- > From: Jason Tishler [mailto:jason@tishler.net] > Sent: quarta-feira, 17 de Abril de 2002 11:56 > To: Karin Gardström > Cc: pgsql-cygwin@postgresql.org > Subject: Re: [CYGWIN] Where to download CygIPC? > > > Karin, > > On Tue, Apr 16, 2002 at 05:46:20PM +0200, Karin Gardström wrote: > > I want to install PostgreSQL on my computer, using Windows > XP. I have > succeeded > > to install Cygwin, but when I went to the link for > downloading cygipc, > there > > was no file to download. What do I do? > > Try the following: > > > http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html > > Chuck has recently reorganized his site. > > Jason > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > > ---------------------------(end of > broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster