Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NAMI locates file on second try



Hi all,

I've been running ejabberd for some time with no problems.

After updating the kernel and userland yesterday, I'm unable to start an 
ejabberd instance.

I'm out of my depth but I managed a ktrace and identified some strange 
linking. A bit of file shuffling fixed a few errors but I was still unable to 
start an instance.

After recompiling/reinstalling erlang, I noticed something strange:

# erl
Erlang (BEAM) emulator version 5.6 [source] [64-bit] [kernel-poll:false]

Eshell V5.6  (abort with ^G)
1> crypto:start().

=INFO REPORT==== 30-Jul-2008::13:56:59 ===
    application: crypto
    exited: {shutdown,{crypto_app,start,[normal,[]]}}
    type: temporary
{error,{shutdown,{crypto_app,start,[normal,[]]}}}
2> exec: crypto_drv: not found

2> crypto:start().
ok
3> stringprep:start().
{error,{{case_clause,{error,{open_error,-12}}},
        [{stringprep,init,1},
         {gen_server,init_it,6},
         {proc_lib,init_p,5}]}}
4> stringprep:start().
{ok,<0.47.0>}
5>

So first crypto wasn't found and then it was and the same for stringprep.

Anyone know what might be causing this?

Thanks for any help.

Sarton


Home | Main Index | Thread Index | Old Index