Re: Executing scripts on the remote machine
- From: Peter Flanigan <News@xxxxxxxxxxxxx>
- Date: Sun, 22 Apr 2007 17:38:13 +0100
On 22 Apr 2007 08:32:31 -0700, markoa <marko.anastasov@xxxxxxxxx>
wrote:
On Apr 22, 3:44 pm, Nico <nka...@xxxxxxxxx> wrote:
On 22 Apr, 13:15, markoa <marko.anasta...@xxxxxxxxx> wrote:
On Apr 22, 4:02 am, Unruh <unruh-s...@xxxxxxxxxxxxxx> wrote:
markoa <marko.anasta...@xxxxxxxxx> writes:
I'm trying to run a configure script located on a remote server.
I login, cd, and try to run './configure', but get:
./configure: not found
ls -la ./configure
What does that command return?
-rwxr-xr-x 1 admin wheel 60813 Apr 21 15:41 ./configure
Look at the first line of the configure script. Is it like
#!/path/to/a/shell ?
Check that the shell being referenced exists on your platform. If it
doesn't then
ln -s /path/to/your/posix-shell /path/to/a/shell
Regards
.
- Follow-Ups:
- Re: Executing scripts on the remote machine
- From: Nico
- Re: Executing scripts on the remote machine
- References:
- Executing scripts on the remote machine
- From: markoa
- Re: Executing scripts on the remote machine
- From: Unruh
- Re: Executing scripts on the remote machine
- From: markoa
- Re: Executing scripts on the remote machine
- From: Nico
- Re: Executing scripts on the remote machine
- From: markoa
- Executing scripts on the remote machine
- Prev by Date: Re: Executing scripts on the remote machine
- Next by Date: Re: Executing scripts on the remote machine
- Previous by thread: Re: Executing scripts on the remote machine
- Next by thread: Re: Executing scripts on the remote machine
- Index(es):