According to Ola Theander: While burning my CPU.
> 
> I have a problem with some applications that I compiled. The build of the
> applications goes just fine, but when I'll try to execute them the BASH
> command shell reports "command not found". If I run the "file" command on
> the application, file reports "ELF 32-bit LSB executable, Intel 80386,
> version 1, dynamically linked not stripped".
> I have quite some experice with application on other platforms, but
> regarding Linux and Unix I'm a complete newbie, therefore I'm hoping for
> help on this issue.

The direct answer is, your PATH enviroment does not include the Presant
Working Directoy, issueing './program' or, '. program' should execute the
binary for you.

Ouite possably those problem programs need to be installed in a directory
such as /bin /sbin or /usr/sbin read the README or INSTALL files of the
source archive(s), they will tell you what to do, the most likly answer is
"make install" in the source directory of the problem programms.

> 
> /Ola
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to