Hi,
On FreeBSD 8, with Erlang and CouchDB installed from ports I can't start
the database.
In error.log I get:
=CRASH REPORT==== 30-Sep-2010::12:22:31 ===
crasher:
initial call: application_master:init/4
pid: <0.30.0>
registered_name: []
exception exit: {{app_would_not_start,ssl},
{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]}}
in function application_master:init/4
ancestors: [<0.29.0>]
messages: [{'EXIT',<0.31.0>,normal}]
links: [<0.29.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 610
stack_size: 24
reductions: 163
neighbours:
=INFO REPORT==== 30-Sep-2010::12:22:31 ===
application: couch
exited: {{app_would_not_start,ssl},
{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]}}
type: temporary
This is with the actual (1.0.0) CouchDB and Erlang (R14B) ports. When I
downgrade Erlang to R13B04, everything works OK.
Any ideas?