thanks for the great work of cean. i have a problem starting ssl on windows. i am using cean-1.3.. when starting ssl, i got the following error:
1> ssl:start().
++++ 076:687 ssl_server (<0.56.0>): start, Cmd = c:/cean/erlang/l
ib/ssl-3.1.1.1/priv/bin/ssl_esock -d
{error,{shutdown,{ssl_app,start,[normal,[]]}}}
=INFO REPORT==== 13-Aug-2007::08:52:56 ===
application: ssl
exited: {shutdown,{ssl_app,start,[normal,[]]}}
type: temporary
i tried to run ssl_esock on command line as well as through os:cmd(). no problem.
i also tried to install the windows distribution from erlang.org. i was able to start ssl after i installed Win32 OpenSSL v0.9.8e from http://www.shininglightpro.com/products/Win32OpenSSL.html.
not sure if anything i am missing with cean. would really like to use some help from you. thank you.
(p.s. it was not a problem when i ran it on my linux box.)
