How to install couchdb 0.10 on Ubuntu 8.04 LTS ?
I get an error : erlang wrong version ...
How to install couchdb 0.10 on Ubuntu 8.04 LTS ?
I get an error : erlang wrong version ...
I just did this install myself recently. The Erlang included in Hardy is too old. Simple as that. You need to build Erlang as well as CouchDB.
--enable-threads --enable-smp-support --enable-kernel-poll --enable-hipe
. I compiled it without any of that and Couch died immediately on startup. I think the threads is the important one for Couch, but all those seemed like good ideas.make && sudo make install
And then go build Couch the same way you were already trying. Should work ok now.
Build CouchDB builds an independent, isolated CouchDB system with all its dependencies. All you need is GCC and Rake. If you have a bug building on 8.04 and I will post a fix. Nearly every distro and version is supported already.