Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 #

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Try this
    Code:
    su
    ln -s /bin/bash /bin/sh
    The script is requesting an interpreter, /bin/sh, an old shell. We are linking the old shell to a new shell (bash)
    Permission denied
    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.
    Put 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

  3. #3
    Just 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>

  4. #4
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    Are you root ?

  5. #5
    Just Joined!
    Join Date
    Nov 2002
    Location
    Rio Rancho, NM
    Posts
    27
    yes all commands were given as root VIA SU and then password.

  6. #6
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...