View Single Post
  #2 (permalink)  
Old July 1st, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Question involving bad interpreter

Quote:
Originally posted by GruveMonkey
Hey gang!

When I run
./LimeWireLinux.bin I get
bash: ./LimeWireLinux.bin: /bin/sh: bad interpreter: Permission denied

I do have java sdk 1.4 installed, I did modify my .bash_profile as well as make the symlink. I ran this as user, as that I have read that running as root won't cut it. Any help would be great!


Also: nDiScReEt: Just wanted to say that I'm impressed with your dedication to the community. You'd be a wealty man if you had a buck for everytime you told someone they needed to modify their .bash_profile. I'm glad to see there are intellegent people like you to help out all the linux newbs like me in the world. Thanks, and hats off to you!
Hopefully this problem can be fixed by simply changing the file attributes of LimeWireLinux.bin like so:

chmod +x LimeWireLinux.bin

then run either:

./LimeWireLinux.bin

or:

sh LimeWireLinux.bin

HTH

altoine

P.S. Thank you for the compliment and yes I should be pretty rich for mentioning .bash_profile and .bashrc so much! I just wish that I hadn't been away so long and noticed that the forum list of unanswered questions had built up in my absence.
Reply With Quote