Hmm, two more things: make dist-clean (or distclean) && make
Or, blow away the directory and rebuild. Normally I'd say "git reset --hard HEAD && git clean -fxd && ./bootstrap && ./configure && make dev" but you said tarball and I'm not entirely sure on the "reset to just untarred state" target is. HTH, Paul Davis On Sun, Aug 2, 2009 at 3:50 AM, Oliver Boermans<[email protected]> wrote: > 2009/8/2 Paul Davis <[email protected]>: >> Try 'make clean && make' in your couchdb directory to make sure >> everything gets rebuilt and relinked. > > No change unfortunately, so I tried it twice and noticed a (useful ?) > line in the response: > > couch_erl_driver.c:177: fatal error: opening dependency file > .deps/couch_erl_driver_la-couch_erl_driver.Tpo: Permission denied > > I’m beginning to think my previous installs were blessed - up until > now I have had no installation pain with couchdb. >
