- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gzip version 1.2.4a
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
08-08-2000 07:13 AM
08-08-2000 07:13 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 07:15 AM
08-08-2000 07:15 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 07:17 AM
08-08-2000 07:17 AM
Re: gzip version 1.2.4a
Go to: http://hpux.cs.utah.edu/hppd/auto/summary_all.html
You will find what you're looking for there.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 07:17 AM
08-08-2000 07:17 AM
Re: gzip version 1.2.4a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 07:38 AM
08-08-2000 07:38 AM
Re: gzip version 1.2.4a
If the original Gzip is located before the one you just downloaded, then you'll either need to change you PATH, or explicitly use the FULLY QUALIFIED PATH to the directory for the new version of Gzip.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 07:38 AM
08-08-2000 07:38 AM
Re: gzip version 1.2.4a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 09:35 AM
08-08-2000 09:35 AM
Re: gzip version 1.2.4a
Here's some additional information - perhaps this is going to give you what you need:
http://hpux.ee.ualberta.ca/hppd/answers/5-5.html
Btw, you never mentioned which version of HP-UX you were using, I guessed it was 10.X
The files that you ftp'd should be installed with the swinstal utility. Hope that helps!
Here's additional background info as well.
http://hpux.ee.ualberta.ca/hppd/answers/
Good Luck to you, and let me know if I can be of further assistance to you!
Have a Great Day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 05:29 AM
08-09-2000 05:29 AM
Re: gzip version 1.2.4a
Hopefully this is a little more light on the issue for you:
ls -l /usr/contrib/bin/gzip /opt/gzip/bin/gzip
-rwxr-xr-x 3 root sys 114688 Sep 21 1999 /opt/gzip/bin/gzip
-r-xr-xr-x 3 bin bin 139264 Nov 7 1997 /usr/contrib/bin/gzip
Both Commands report the same version upon issuing the gzip -L.
Both Commands also report the Same information with the gzip -V command as well.
Obviously there is a difference in the file sizes, this is do to the type of libraries used in the linking process.
# file /opt/gzip/bin/gzip
/opt/gzip/bin/gzip: PA-RISC1.1 shared executable dynamically linked
and
# file /usr/contrib/bin/gzip
/usr/contrib/bin/gzip: s800 shared executable
Hopefully this helps debunk the Installation issues. Although it may not have solved the compression problem, yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 05:39 AM
08-09-2000 05:39 AM
Re: gzip version 1.2.4a
whence gzip
the default one shipped with HP is in /usr/contrib/bin, and if that is before /opt in your PATH statement, that is the one it will use