1827260 Members
2796 Online
109716 Solutions
New Discussion

Re: gzip

 
SOLVED
Go to solution
j773303
Super Advisor

gzip

When gzip 1.txt would get the error message as below:
1.txt: unknown error

The 1.txt size is 10G, Does any limitation on gzip? How to fix this problem? Thanks.
Hero
10 REPLIES 10
Steven E. Protter
Exalted Contributor

Re: gzip

gzip tops out at 8 GB.

I know of no fix that gets beyond that.

Mabye gnu gzip.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
T G Manikandan
Honored Contributor
Solution

Re: gzip

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/

Also check for the dependencies there
j773303
Super Advisor

Re: gzip

Does gzip-1.3.5 support over 8G? Thanks
Hero
j773303
Super Advisor

Re: gzip

My OS is 11.11, I can't find the gzip-1.3.5 for 11.11, it only for 11.0 and 11.22 right?Thanks.
Hero
H.Merijn Brand (procura
Honored Contributor

Re: gzip

neither gzip nor bzip have a limit if you use it in a pipe

# gzip -9 <1.txt >1.gz
# bzip2 <1.txt >1.bz2

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
H.Merijn Brand (procura
Honored Contributor

Re: gzip

And both gzip and bzip for 11.00 work fine on 11.11 (11i)

Both also as prebuilt binaries available on my HP ITRC site pages, which can be found at

SGP Singapore https://www.beepz.com/personal/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
USA Seattle http://ww.hpux.ws/merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
T G Manikandan
Honored Contributor

Re: gzip

Download the source code from the site.

Then build the gzip from the source code.

check the installation page

http://gatekeep.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gzip-1.3.5/gzip-1.3.5-ss-11.00.tar.gz+gzip-1.3.5/HPUX.Install+text
T G Manikandan
Honored Contributor

Re: gzip

procura,

I tried checking your site.
But could not access the download section.

Any problems there?
T G Manikandan
Honored Contributor

Re: gzip

I think your gzip version would be

1.2.4 or below that

version 1.2.4a or higher one should solve your problem
H.Merijn Brand (procura
Honored Contributor

Re: gzip

My main site has been down for the last week due to hardware problems, and it is not unlikely that the two mirrors suffered from that.

Once they pick up on mirroring, all should be well again

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn