Hi,
I have trouble to get the latest build from the 1.3.x branch running. The error
is since Dec 11th. The build runs through so far, but when I start couchdb, I
get the famous "init terminating in do_boot" error. I am sure there is a
missing native dependency, but neither the log nor the crash_dump is giving a
hint which component, icu, ejson, crypto,... is not satisfied.
Is there any way to track this down other than trail and error?
The error message is always the same, despite which lib is missing or has
missing dependencies:
Apache CouchDB 1.3.0a-a325083-git (LogLevel=info) is starting.
{"init terminating in
do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/Users/hs/prj/build-couchdb-1.3/build/etc/couchdb/default.ini","/Users/hs/prj/build-couchdb-1.3/build/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1,[{file,"/Users/hs/prj/build-couchdb-1.3/git-build/[email protected]%3Aapache%2Fcouchdb.git%3A1.3.x/src/couchdb/couch_server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}}},[{couch,start,0,[{file,"/Users/hs/prj/build-couchdb-1.3/git-build/[email protected]%3Aapache%2Fcouchdb.git%3A1.3.x/src/couchdb/couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
- Hans