Not too shy to talk
Joined: 2006/11/26 17:45 Last Login
: 11/21 15:48
Group:
Registered Users
|
Make sure that R and E bits are set for the file like Severin suggested.
To make a file executable, two conditions must be met:
1. the contents of the file has to be an executable program 2. the E bit has to be set in the file system
If either one condition is not met, you get the "not executable" error message.
Usually new files get all RWED bits on, but sometimes they get lost, for example when using an unsuitable archiver.
Also make sure that the file has not been corrupted. If the file structure is damaged, it won't be recongised as an executable program.
|