Comment 11 for bug 643787

Revision history for this message
Samuele Pedroni (pedronis) wrote :

sorry, my fault I gave the instruction that work if the script is already compiled, you need:

pedronis@ubuntu-desktop:~/scratch/packaging$ erl
Erlang R13B03 (erts-5.7.4) [source] [rq:1] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.7.4 (abort with ^G)
1> c(new_ssl_test).
{ok,new_ssl_test}
2> new_ssl_test:test().

very sorry.