I believe the default configuration of "make install" will install in /usr/local. If you have files in /etc (instead of /usr/local/etc), then It sounds like there is a system-installed couchdb package.
One way to test is to run "make dev" and then you can launch CouchDB from the source tree without installing by running "./utils/run". Make sure any system-wide couchdb is stopped. The configuration files will be in "etc/couchdb" in the source tree after building. On Sun, Nov 4, 2012 at 11:09 AM, john.tiger <[email protected]>wrote: > On 11/04/2012 08:19 AM, Benoit Chesneau wrote: > >> On Sun, Nov 4, 2012 at 4:07 PM, john.tiger <[email protected]> >> wrote: >> >> do not see any cors_enable in either default or local ini - easy enough >>> to >>> add but want to be sure if it should already be in the ini files in this >>> build or that I don't have the right ini files - meanwhile we'll just add >>> and continue testing. >>> >>> Are you using the correct branch ? It should be there after the >> bootstrap. >> > > yes, in the right branch - the branch /etc folder has default.ini with the > cors_enabled line - so apparently the bootstrap is not overwriting the > system /etc/couchdb/default.ini file or this happened in make install - > not sure - ran both with sudo so should not be a permission thing > > > > > >> - benoīt >> >> >
