Erlang echo server with eLite?

Piotr Daruk piotr.daruk@REDACTED
Fri Jul 26 15:45:09 CEST 2002


Thanx, I will try that! Also I will try to include kernel.lib

To do so I should write "-include(kernel.lib).", right?

Cheers,
Piotr
----- Original Message -----
From: "Luke Gorrie" <luke@REDACTED>
To: "Piotr Daruk" <piotr.daruk@REDACTED>
Cc: "Laura Castro" <laura@REDACTED>; <erlang-questions@REDACTED>
Sent: Friday, July 26, 2002 3:44 PM
Subject: Re: Erlang echo server with eLite?


> "Piotr Daruk" <piotr.daruk@REDACTED> writes:
>
> > Hello!
> >
> >     I have succeeded to find auth module so I have linked it to the
compilation. Obviously it helps, thanx Laura!!
> >     Yet, I got new error:
> > {distribution_not_started,{auth,set_cookie,2}]}
>
> I think you will need a lot more than just the 'auth' module to do
> distribution, so again upgrading SAE to have the .lib files is
> probably a good idea.
>
> Since SAE doesn't seem to have a command line option for starting
> distribution, I've attached a module that does it "the direct way",
> which I snarfed out of some guru-written code. I think this is "not
> recommended", but it works :-)
>
> To start distribution with node name 'foo', you would do:
>
>   my_dist:start_distribution(foo).
>
> Cheers,
> Luke
>
>




More information about the erlang-questions mailing list