Do I need to reinstall erlang with ssl enabled?<br><br><div class="gmail_quote">On Fri, Feb 6, 2009 at 6:45 PM, Elias Torres <span dir="ltr"><<a href="mailto:elias@torrez.us">elias@torrez.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I did this recently (manual install on Ubuntu) and just './configure<br>
--disable-hipe' did the trick.<br>
<br>
It might be the case that you don't have the SSL dev libraries, if not<br>
you should install those.<br>
<br>
sudo apt-get install libssl-dev<br>
<br>
Then try configure again. Except beware that you must either unpack<br>
the source fresh again or run "gmake clean", if not it won't compile<br>
even with the right settings.<br>
<br>
Last resource, would be to point to the exact location of your ssl<br>
libraries like this:<br>
<br>
./configure --with-ssl-includes=/usr/include/openssl<br>
--with-ssl-libraries=/usr/lib<br>
<br>
Then to test simply type:<br>
<br>
erl -s ssl<br>
<br>
-Elias<br>
<br>
2009/2/6 Salonee Sinha Roy <<a href="mailto:ssroy1979@gmail.com">ssroy1979@gmail.com</a>>:<br>
<div><div></div><div class="Wj3C7c">> Hello All<br>
> First some background<br>
> I am running erlang on ubuntu. Initially I installed R11 using apt-get<br>
> install erlang. I then installed yaws after downloading the file from<br>
> <a href="http://yaws.hyber.org" target="_blank">http://yaws.hyber.org</a> and following instructions from there.<br>
><br>
> Subsequently I uninstalled R11 by doing a apt-get remove erlang and then<br>
> reinstalled by hand after downloading the R12 install files from<br>
> <a href="http://www.erlang.org" target="_blank">http://www.erlang.org</a>  and following the instructions.<br>
><br>
> I then reinstalled yaws by doing  the following the yaws package.<br>
><br>
> ./configure && make<br>
> make install.<br>
><br>
> Now when I try to start yaws as root I get the following error<br>
><br>
> root@owner-laptop:~# yaws<br>
> Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] [hipe]<br>
> [kernel-poll:false]<br>
><br>
> Eshell V5.6.5  (abort with ^G)<br>
> 1><br>
> =INFO REPORT==== 6-Feb-2009::18:07:02 ===<br>
> Yaws: Using config file /usr/local/etc/yaws.conf<br>
><br>
> =ERROR REPORT==== 6-Feb-2009::18:07:02 ===<br>
> Failed to start ssl: {'EXIT',{undef,[{ssl,start,[]},<br>
>                                      {yaws_config,ssl_start,0},<br>
>                                      {yaws_config,fload,7},<br>
>                                      {yaws_config,load,1},<br>
>                                      {yaws_server,init,1},<br>
>                                      {gen_server,init_it,6},<br>
>                                      {proc_lib,init_p_do_apply,3}]}}<br>
><br>
> =ERROR REPORT==== 6-Feb-2009::18:07:02 ===<br>
> Failed to start: undef<br>
><br>
><br>
> Any help would be great.<br>
><br>
> Thanks<br>
> Salonee<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
</blockquote></div><br>