After the files are extracted, I then go into the shell to run the install file: install.sh
I get this:
bash: install.sh: command not found
The file is where it should be, and is marked as an executable in its properties.
If the above occurs (and I also noticed this in 7.22), instead of typing install.sh at the command prompt, type:
./install.sh
and it should install fine. You need a period and a forward slash immediately in front of the filename as shown above, no spaces.
UserAgent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5) Gecko/20031007


