On Mon, Nov 8, 2010 at 12:03 PM, Gabriel Farrell <[email protected]> wrote: > I didn't have erlang-eunit installed. Once I apt-get it, > `./configure`, `make`, and `make install` run without errors, but an > attempt to start up couch produces the attached error report.
It appears that error was caused by files in /usr/local/ left over from 1.0.1. Another `make install` after an `rm -rf` of /usr/local/lib/couchdb and /usr/local/etc/couchdb gets me up and running. Gabriel
