Re: compiling on Ubuntu - missing spidermonkey jsapi headers

2010-10-01 Thread MilesTogoe
On 10/01/2010 03:59 PM, Dan Himes wrote: Make sure you are switch-usering to the right user. My user and groups are both couchdb (set with chown and chgrp). just had to go back to the couchdb src directory - sudo compiled it from there and it compiled okay - after symlinking the init.d fi

Re: compiling on Ubuntu - missing spidermonkey jsapi headers

2010-10-01 Thread Dan Himes
Make sure you are switch-usering to the right user. My user and groups are both couchdb (set with chown and chgrp). Best regards, Dan On Fri, 2010-10-01 at 15:56 -0600, MilesTogoe wrote: > On 10/01/2010 12:27 AM, afters wrote: > > Hi Miles, > > > > You could try following example 2 in the wiki

Re: compiling on Ubuntu - missing spidermonkey jsapi headers

2010-10-01 Thread MilesTogoe
On 10/01/2010 12:27 AM, afters wrote: Hi Miles, You could try following example 2 in the wiki ( http://wiki.apache.org/couchdb/Installing_on_Ubuntu#Example_2_.28with_minimal_dependencies.29), which builds spidermonkey from source and does not rely on xulrunner. It worked for me. okay, thks

Replication Question

2010-10-01 Thread Oguzhan Eris
I'm trying to find some more information on how exactly replication "fits-in" with things like validation functions. My question is based on the following scenario. Have a cluster of cross replicating couchdb's where each can be written to independently. If a big network outage causes the cluste

Re: Couchdb crashes on Windows

2010-10-01 Thread Peter Somers
Very nice work indeed! However, as I am no erlang programmer and we have a project that is going live soon, what are the chances that this fix will result in a new windows build that can be downloaded and installed soon? I don't want to push anyone, I just need some realistic time frame. What is

Re: compiling on Ubuntu - missing spidermonkey jsapi headers

2010-10-01 Thread Paul Davis
On Fri, Oct 1, 2010 at 1:49 AM, MilesTogoe wrote: > On 09/30/2010 05:18 PM, Randall Leeds wrote: >> >> It looks like >> >> ./configure --with-js-include=/usr/lib/xulrunner-devel-1.9.2.10/include >> --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.10/lib >> >> should work fine for you. At least it shou

Re: Spontaneous reindex and View Group Indexer Finishing taking a long time

2010-10-01 Thread Paul Hirst
On Fri, 2010-10-01 at 12:19 +0100, David Coallier wrote: > For instance, consider this document: > { > _id: "xxx", > "name": "example1", > "age": 23 > } > > and > > { > _id: "yyy", > "name": "example2" > } > > Then the following map and reduce functions: > map = function(doc) {

Re: Spontaneous reindex and View Group Indexer Finishing taking a long time

2010-10-01 Thread David Coallier
On 1 October 2010 09:36, Adrian Pemsel wrote: > Hi, > > We use CouchDB for generating community and user feeds of our small social > network since a couple of months with great success and performance. > Yesterday however we noticed a strange behavior on our staging and live > systems we do not ye

Spontaneous reindex and View Group Indexer Finishing taking a long time

2010-10-01 Thread Adrian Pemsel
Hi, We use CouchDB for generating community and user feeds of our small social network since a couple of months with great success and performance. Yesterday however we noticed a strange behavior on our staging and live systems we do not yet fully understand. After a design document change all vie