Jan 28, 2008
Generic-user-small wasiq hasan 1 post

Topic: Programming Erlang / getting error on starting chat-client: lib_md5 missing?

Hi, i am trying to execute chat clietn and geting the folowing error.
iam running it on linux.i did not find lib_md5.erl inth ecode i downloaded.

what i ned to make it run? here is te eror

make chat_client
mkdir -p /home/wasiq/.erlang_config/
cp conf /home/wasiq/.erlang_config/lib_chan.conf
make clean - clean up
erl -pa ../ -s chat_client test
Erlang (BEAM) emulator version 5.6 source async-threads:0 [kernel-poll:false]

Eshell V5.6 (abort with ^G)
1> chat_client disconnected unexpected:{‘EXIT’,<0>,normal}

=ERROR REPORT==== 28-Jan-2008::21:40:05 ===
Error in process <0> with exit value: {undef,[{lib_md5,string,[“pzbaplovtpmhazjuvcpdyqishAsDT67aQ”]},{lib_chan,authenticate,4},{lib_chan,connect,5},{chat_client,try_to_connect,4}]}

chat_client disconnected unexpected:{‘EXIT’,<0>, {undef, [{lib_md5,string,

{lib_chan,authenticate,4},
{lib_chan,connect,5},
{chat_client,try_to_connect,4}]}}

thanks
wasiq

1 post