Pravin
Pravin

Reputation: 6662

Couchdb doesn't starts on Ubuntu hardy 8.04

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

Answers (1)

mcmlxxxiii
mcmlxxxiii

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

Related Questions