Reputation: 6662
I have installed couchdb and its dependencies, all built from sources. Now whenever I issue command couchdb, it says
{"init terminating in do_boot",{undef,[{couch,start,[]},{init,start_it,1},{init,start_em,1}]}}
How to fix this?
Upvotes: 1
Views: 250
Reputation: 933
If you're building couchdb from sources, I would suggest using build-couchdb tool from IrisCouch. Works perfectly and lets you run multiple couches even of differect versions at the same time.
Upvotes: 2