Got the reason.. erl interpreter is failing.
Now I'll try to figure out why it is failing.
Thanks for the help.
Jayakrishnan
On Sun, Jun 1, 2008 at 5:01 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Sun, 1 Jun 2008 16:56:13 +0530
> "Jayakrishnan M" <[EMAIL PROTECTE
at 4:51 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Sun, 1 Jun 2008 11:49:16 +0100
> Nick Kew <[EMAIL PROTECTED]> wrote:
>
>> On Sun, 1 Jun 2008 13:52:19 +0530
>> "Jayakrishnan M" <[EMAIL PROTECTED]> wrote:
>>
>> > Hi,
>> >
The erlang module works fine when I invoke it from the command line.
I have put the same command in the shell script.
I have made sure that all paths are okay.
Thanks
Jayakrishnan
On Sun, Jun 1, 2008 at 4:26 PM, Eric Bowman <[EMAIL PROTECTED]> wrote:
> Jayakrishnan M wrote:
>>
&g
Hi,
I am using a shell script as a cgi script. I am trying to call an
erlang beam file from the shell script for some processing.
The problem is that the erlang code is not getting executed.
The lines in the shell script which are above and below the call to
erlang binary are working.
I have been