Re: DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread rjtalbo
> > > > If I try gzip -cd DBI-1.18.tar.gz > >The entire archive just decompresses and flashes across the console > > never to disk.. > > > > Tried to uncompress on two machines same results > > > > Caldera Linux kernals 2.2.14 and 2.2.10 > > as you're using Linux, try > > tar xzf DBI-1.18

Re: DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread Colin Faber
I would even suggest not using zcat given the solaris version only examins .Z files. try: cat DBI-1.18.tar.gz | gunzip - | tar xvf - this should work on all versions of solaris any just about any other unix (assuming gzip is installed with a working tar) "Adams, Bill TQO" wrote: > > rjtalb

Re: DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread Adams, Bill TQO
rjtalbo wrote: > I have been trying to uncompress DBI-1.18.tar.gz which I downloaded > together with > Msql-Mysql-modules-1.2216.tar.gz & > Data-ShowTable-3.3.tar.gz > > from the MySQL down load page... > I followed the direction in the DBE-1.18 README but if I use the pipe > as instruct

Re: DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread Ian Barwick
On Friday 14 September 2001 18:31, rjtalbo wrote: > I have been trying to uncompress DBI-1.18.tar.gz which I downloaded > together with > Msql-Mysql-modules-1.2216.tar.gz & > Data-ShowTable-3.3.tar.gz > > from the MySQL down load page... > I followed the direction in the DBE-1.18 README b

DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread rjtalbo
I have been trying to uncompress DBI-1.18.tar.gz which I downloaded together with Msql-Mysql-modules-1.2216.tar.gz & Data-ShowTable-3.3.tar.gz from the MySQL down load page... I followed the direction in the DBE-1.18 README but if I use the pipe as instructed... gzip -cd DBI-1.18.tar.gz