1822088 Members
3534 Online
109640 Solutions
New Discussion юеВ

gzip limitation

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

gzip limitation

Any gzip limitation for uncompressing a file over 4gb(compressed)? Getting error

gzip -dv *.gz
030603fstst.dmp.gz: Unknown error
UNIX IS GOOD
4 REPLIES 4
Chris Vail
Honored Contributor
Solution

Re: gzip limitation

The HPUX version of gzip does have a 2GB limit. You'll need to get the commercial version at http://www.pkware.com/products/index.html?src=nav

The advantage is that it interchanges nicely with other versions of PKZIP.

Chris
Uday_S_Ankolekar
Honored Contributor

Re: gzip limitation

I think the the gzip version you have may be doesn't support files greater than 2GB. Try download the gzip from the HP porting site and install it, it will work because the large files support has been added in this.
Here is the link
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.1/

-USA..
Good Luck..
Robert-Jan Goossens
Honored Contributor

Re: gzip limitation

Hi Robert,

Adding the latest version,

http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.3/

Robert-Jan.
Nobody's Hero
Valued Contributor

Re: gzip limitation

10x,

Problem resolved using new gzip.
UNIX IS GOOD