Re: Executing scripts on the remote machine



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
.