Results 1 to 6 of 6
ok so ive ben tring to add some packages to my wifes computer i had no problem installing suse 10.1 32bit, i added packman packages and got nvidia setup and ...
- 12-18-2006 #1Just Joined!
- Join Date
- Nov 2002
- Location
- Rio Rancho, NM
- Posts
- 27
terminal compile problem
ok so ive ben tring to add some packages to my wifes computer i had no problem installing suse 10.1 32bit, i added packman packages and got nvidia setup and my dvd support but now im tring to manualy add a few packlages and im geting this error.
here are 2 examples of the output im geting from my terminal window.
bash: ./flashplayer-installer: /bin/sh: bad interpreter: Permission denied
glowballgds:/download/downloads/install_flash_player_7_linux # ./flashplayer-installer
bash: ./flashplayer-installer: /bin/sh: bad interpreter: Permission denied
glowballgds:/download/downloads/install_flash_player_7_linux #
glowballgds:/download/zsnes/ZSNESS_1112 # ./configure
bash: ./configure: /bin/sh: bad interpreter: Permission denied
glowballgds:/download/zsnes/ZSNESS_1112 #
- 12-18-2006 #2
Try this
The script is requesting an interpreter, /bin/sh, an old shell. We are linking the old shell to a new shell (bash)Code:su ln -s /bin/bash /bin/sh
You need to make it executable before (chmod +x flashplayer-installer) but if the files came from a tarball (tar.gz , tar.bz2) you shouldn't need to set permissions before.Permission deniedPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 12-19-2006 #3Just Joined!
- Join Date
- Nov 2002
- Location
- Rio Rancho, NM
- Posts
- 27
ok i tried that and its telling me that the link allready exist. and im still getting the error.
glowball@glowballgds:/download/zsnes/zsnes_1_42/src> ln -s /bin/bash /bin/sh
ln: creating symbolic link `/bin/sh' to `/bin/bash': File exists
glowball@glowballgds:/download/zsnes/zsnes_1_42/src> ./configure
bash: ./configure: /bin/sh: bad interpreter: Permission denied
glowball@glowballgds:/download/zsnes/zsnes_1_42/src>
- 12-19-2006 #4
Are you root ?
- 12-20-2006 #5Just Joined!
- Join Date
- Nov 2002
- Location
- Rio Rancho, NM
- Posts
- 27
yes all commands were given as root VIA SU and then password.
- 12-21-2006 #6Just Joined!
- Join Date
- Nov 2002
- Location
- Rio Rancho, NM
- Posts
- 27
ok so i tried going into yast and doing a force update on BASH and its still having trouble, i attempted to take it completly out and put it back in but its a dependancy of far to many packages for me to have to manualy reinstall them and using the ignore dependancy didnt work so i dont know what to do next.


Reply With Quote