[erlang-questions] Starting application with dependences [newbie]

Steve Vinoski vinoski@REDACTED
Fri Oct 3 22:18:41 CEST 2014


On Fri, Oct 3, 2014 at 3:14 PM, Carlo Pires <carlopires@REDACTED> wrote:

> Hello,
>
> I'm trying to start and application from erlang REPL and got the message:
>
> 2> application:start(echo_test).
> {error,{not_started,erlzmq}}
>

Assuming you're using a recent version of Erlang, try
application:ensure_all_started(echo_test) instead.

--steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141003/b049c1d3/attachment.htm>


More information about the erlang-questions mailing list