Click to See Complete Forum and Search --> : simple question


samon
04-15-2002, 12:41 PM
I'm trying to install divx for linux, I'm getting this error message
bash: ./install.sh: /bin/bash: bad interpreter: Permission denied.
the file install.sh is -rwxr-xr-x
this happend also with the file NVchooser.sh
thanx for help

element-x
04-15-2002, 01:18 PM
the line in the file that looks like

#!/bin/bash
try
#!/bin/sh

and re-run the script.

samon
04-15-2002, 01:33 PM
well the first line is #!/bin/sh and not #!bin/bash

Pingüi
04-15-2002, 03:02 PM
Are you doing this as root?

samon
04-15-2002, 03:24 PM
I tried this as root and as normal user :(