On Thu, Sep 10, 2009 at 4:30 AM, Oliver Oli<[email protected]> wrote: > I freshly compiled and installed couchdb 0.9.1 on Ubuntu 9.04 64bit. > couchdb immediately crashes after startup. Any idea how to fix it or > how to figure out what's wrong. There is no log file, only the > erl_crash.dump. > > /opt/couchdb# bin/couchdb -i > Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2] > [async-threads:0] [kernel-poll:true] > > Eshell V5.6.5 (abort with ^G) > 1> {"init terminating in > do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}} > > Crash dump was written to: erl_crash.dump > init terminating in do_boot () >
Looks like you're missing SSL support. http://wiki.apache.org/couchdb/Error_messages#MissingOpenSSL HTH, Paul Davis
