- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bzip install problem
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
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
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-22-2004 05:56 AM
тАО11-22-2004 05:56 AM
I'm trying to install bzip on my HP-UX 11.0 system and I seem to be having a problem getting it to work.
I untared my bzip-0.21.tar file.
Then when I try to bzip a test file I get this error.
# bzip test
sh: bzip: Execute permission denied.
I've set full permissions. Any ideas how to fix this.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 06:02 AM
тАО11-22-2004 06:02 AM
Re: bzip install problem
Did you download the source code. You may have to compile it,
Try this location for compiled bzip,
http://hpux.cs.utah.edu/hppd/hpux/Misc/bzip2-1.0.2/
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 07:21 AM
тАО11-22-2004 07:21 AM
Re: bzip install problem
I still am having the same problem though.
# bzip test
sh: bzip: Execute permission denied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 07:51 AM
тАО11-22-2004 07:51 AM
Re: bzip install problem
You may have multple copies if the bzip file on your system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:06 AM
тАО11-22-2004 08:06 AM
Re: bzip install problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:09 AM
тАО11-22-2004 08:09 AM
Re: bzip install problem
You can export your path variable and add /usr/local/bin to your path. you can add this as the first location to search for executable,
export PATH=/usr/local/bin:$PATH
or
PATH=/usr/local/bin:$PATH
export PATH
Take your pick.
After this,
# type bzip2
/usr/local/bin/bzip2
bzip2 is in your path.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:20 AM
тАО11-22-2004 08:20 AM
Re: bzip install problem
Thanks for all of your help. I really appreciate it.
Eric