<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 3, 2014 at 3:14 PM, Carlo Pires <span dir="ltr"><<a href="mailto:carlopires@gmail.com" target="_blank">carlopires@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,<br><br></div>I'm trying to start and application from erlang REPL and got the message:<br><br>2> application:start(echo_test).<br>{error,{not_started,erlzmq}}<br clear="all"></div></blockquote><div><br></div><div>Assuming you're using a recent version of Erlang, try application:ensure_all_started(echo_test) instead.</div><div><br></div><div>--steve</div></div></div></div>