Re: Excution causes No Match error
- From: Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 15 Jun 2008 09:23:13 -0400
Henrik Goldman wrote:
Hello,
I shipped an executable to some users recently on both Linux and Solaris.
After getting them to run the particular app they experiences the following:
# ./myapp -param1 -param2
./myapp: No match.
What would be the reason that it behaves like this? In one case a person said they overcame this by running it as root.
However it seems totally strange since there is nothing special about this executable.
Furthermore the actual error is likely not a error coming from the actual application but rather the command shell.
Just a guess: Does the "executable" lack execute permission?
Try `chmod +x myapp' and see if that helps.
--
Eric Sosman
esosman@xxxxxxxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: Excution causes No Match error
- From: Paul Pluzhnikov
- Re: Excution causes No Match error
- References:
- Excution causes No Match error
- From: Henrik Goldman
- Excution causes No Match error
- Prev by Date: Re: Question on select() and sockets
- Next by Date: Re: Excution causes No Match error
- Previous by thread: Excution causes No Match error
- Next by thread: Re: Excution causes No Match error
- Index(es):
Relevant Pages
|