Benoit Chesneau wrote:
i can test for the trunk but couchdb 0.10 (latest svn branch) + erlang
R13B02 just work here on freebsd 7.2. will let you know about latest
trunk.
- benoƮt
Hi ,
ok this is kind of strange. Yesterday I announced that I will uninstall
both erlang R13B01 and couchdb trunk. Actually I thought maybe I first
only uninstall Erlang and install R13B02-1. So I downloaded it newly and
compiled it. And then - tatata:
$ sudo -i -u couchdb couchdb -b
Apache CouchDB has started, time to relax.
$ curl http://127.0.0.1:5984
{"couchdb":"Welcome","version":"0.11.0b821618"}
It work's. I don't know, but maybe it got something to do that CouchDB
trunk was compiled with installed R13B01 and it's librarys. That would
mean, that upgrading Erlang (or new install) to R13B02-1 works but a
complete new installation of both does not ...
To get more light into this, I uninstalled couchdb and reinstalled it
again from source with existing R13B02-1. The result:
$ sudo -i -u couchdb couchdb -b
Apache CouchDB has started, time to relax.
$ curl http://127.0.0.1:5984
{"couchdb":"Welcome","version":"0.11.0b822006"}
It works also. Ok remove both completely and reinstall ...
$ sudo -i -u couchdb couchdb -b
Apache CouchDB has started, time to relax.
$ curl http://127.0.0.1:5984
{"couchdb":"Welcome","version":"0.11.0b822019"}
Running - so to be honest - I can't reproduce yesterdays the behaviour.
Cheers
Andy