Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bzip install error.

Status
Not open for further replies.

zum

Technical User
Mar 31, 2003
148
US
I'm try to install bzip on my HP-UX 11.0 server.

here is what I've done.
Untared bzip-0.21.tar in the usr/local/bin directory

when I do a bzip on my test file I receive this.
# bzip test
sh: bzip: Execute permission denied.

I've given full permissions. Any suggestions.

Thanks.


 

how about ./bzip test?

seems like can't recognite the shell.

or try sh bzip test?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top