Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:53 AM
11-23-2004 03:53 AM
Is there a latest version of GZIP program for HP/UX 11.11, certified by HP. Currently gzip version on 11.11 is V1.2.4. The problem with this version is, it does not allow to zip files more than 2GB.
Any help in this regards is greatly appreciated.
Thanks, Jay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:56 AM
11-23-2004 03:56 AM
Re: Gzip..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:56 AM
11-23-2004 03:56 AM
Re: Gzip..
Try,
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/
The version is 1.3.5
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:59 AM
11-23-2004 03:59 AM
Re: Gzip..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 04:00 AM
11-23-2004 04:00 AM
Re: Gzip..
Thanks, Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 04:12 AM
11-23-2004 04:12 AM
Re: Gzip..
I don't think this is a certified site. This site is for public domain / open source software ported to hp-ux.
Checkout the site background info,
http://hpux.cs.utah.edu/hppd/answers/1-1.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 04:19 AM
11-23-2004 04:19 AM
SolutionVersion 1.2.4 (stable) released on 1999-02-03
Version 1.3.5 (devel) released on 2003-01-14
So 1.3.5 is not officially supported and not provided as so by HP, but is used for a long time by many. It is reported to work, and to work well.
I remember a patch from HP or gzip project to provide largefile support to 1.2.4 version, but I can't find it anymore.
Finally there's a workaround to 1.2.4 problem with largefile :
cat file | gzip > file.gz
(I believe this is due to the fact that problem doesn't really come from gzip code, but from the fstat call it does. If gzip doesn't open a file, it doesn't use fstat).
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 04:56 AM
11-23-2004 04:56 AM