Install question...
I am running Mandrake-Linux 9.0
I put all the files from the downloaded archive into one directory like the readme says but:
when I run ./hop.sh I get the error message:
: bad interpreter: No such file or directory
Why o why ?
nex
Actually, the readme doesn't say you should put all the files into one directory. There's a directory structure and you must preserve that; but you did so anyway?
I'm afraid my competence regarding your Linux problem is near absolute zero. I guess the 'interpreter' the script wants is
/bin/sh
—do you have that? Or maybe you have to makehop.sh
executable first? Or maybe you don't get the message directly when you run the script, but some way into it?