<div dir="ltr">The error suggest the `ssl` application has not been started by something depends on it. My bet is that a dependency was updated somewhere between that code was written and your Erlang release, so things goes awry. If you look at the line<div><br></div><div><span style="color:rgb(33,33,33)">{"init terminating in do_boot",{{badmatch,{error,{no</span><span style="color:rgb(33,33,33)">t_started,ssl}}},[{ezwebframe,</span><span style="color:rgb(33,33,33)">start_link,2,[{file,"src/</span><span style="color:rgb(33,33,33)">ezwebframe.erl"},{line,22}]},{</span><span style="color:rgb(33,33,33)">init,start_em,1,[]},{init,do_</span><span style="color:rgb(33,33,33)">boot,3,[]}]}}</span><br></div><div><span style="color:rgb(33,33,33)"><br></span></div><div><span style="color:rgb(33,33,33)">You have the stack of where the error occurred. The topmost frame is in ezwebframe:start_link/2 (src/ezwebframe.erl:22). To fix the problem, this is probably where you should look.</span></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 25, 2017 at 10:02 PM 7stud <<a href="mailto:7stud@excite.com">7stud@excite.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm having trouble running the demos for the ezwebframe.  I installed the old rebar (v. rebar3), but I'm getting the error:<br>
<br>
    {badmatch,{error,{not_started,ssl}}<br>
<br>
I'm on Mac OSX 10.10.5.  Here is my output:<br>
<br>
===========<br>
../ezwebframe-master$ gmake<br>
...<br>
....<br>
Erlang/OTP 19 [erts-8.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]<br>
<br>
a simple_demo of websockets....<br>
Load the page <a href="http://localhost:1456/" rel="noreferrer" target="_blank">http://localhost:1456/</a> in your browser<br>
Starting:{ok,"/Users/7stud/erlang_programs/ezwebframe/ezwebframe-master/demos"}<br>
Eshell V8.2  (abort with ^G)<br>
1> {"init terminating in do_boot",{{badmatch,{error,{not_started,ssl}}},[{ezwebframe,start_link,2,[{file,"src/ezwebframe.erl"},{line,22}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}<br>
init terminating in do_boot ()<br>
<br>
Crash dump is being written to: erl_crash.dump...done<br>
make[1]: *** [all] Error 1<br>
gmake: *** [Makefile:4: all] Error 2<br>
===========<br>
<br>
Thanks for any help is solving this problem!<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>