2008-01-13 10:09:45 UTC
Your 'path' (where the shell looks for executables) does not include the current directory - this is the default if you are root so you don't accidentally run something that is in someones directory you are looking at.
So, you need to specify exactly where the exectable is, so type
./scantool
The compiler will have already made the scantool executable, so no need for the chmod command.
Its nice to see that someone still tries to use this program - i wrote (most) of it a long long time ago and the project seems to have sadly faltered.
Richard