You are right, build-couchdb will build v 1.1.1, I started couchdb with
/couchdb/
which tried to start the uninstalled old version 1.0.1 and crashed.
/./build/bin/couchdb/
starts version 1.1.1 and I can run the test suite without errors.
Thanks for all your help.
Stephan
On 11-11-13 07:14 PM, Jason Smith wrote:
On Mon, Nov 14, 2011 at 1:10 AM, Stephan Bardubitzki
<[email protected]> wrote:
My Erlang version is
/erlang 1:14.b.2-dfsg-3ubuntu2/
I guess this is the version your meant.
I have tried to install a newer version of CouchDB using
https://github.com/iriscouch/build-couchdb
but this instalsl also CouchDB 1.0.1.
Build CouchDB will build version 1.1.1 as of November 02, 2011.
If you cloned the repository before then, please run `git pull`.
Also, note that the final build is not in your execution path, but in
the location of your checkout, under build/bin/couchdb. So try to run
`./build/bin/couchdb` from your checkout/clone directory. If the
latter works, then to put it somewhere more convenient, run `rake
install=/usr/local` or wherever you want.
Any luck?