(I browsed through the various issues here:http://www.ejabberd.im/search/node/application%3A+crypto BUT nothing seemed to fit my needs)
When I run this command erl -pa /var/lib/ejabberd/ebin -name ejabberd -s ejabberd
I get the following error:
=INFO REPORT==== 21-Feb-2007::13:49:27 ===
application: ejabberd
exited: {bad_return,{{ejabberd_app,start,[normal,[]]},
{'EXIT',"no such file or directory"}}}
type: temporary
It was working, not sure what caused it to stop functioning properly
When I try to use the client (gaim) it allows me to register then it disconnects and says uuser@jabber/Home disconnected Read Error
This is on a stable ubuntu edgy server 2.6.17-10-server i686:
erlang ver. = otp_src_R11B-3
ejabberd =1.1.3
openssl = 0.9.8b-2ubuntu2
***no options were used. Sources were untarred then compiled.
Any and all help is appreciated.