Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by Vlad GURDIGA:
http://wiki.apache.org/couchdb/Troubleshooting
The comment on the change is:
Added some FreeBSD-specific hints.
------------------------------------------------------------------------------
./bootstrap
}}}
+ FreeBSD users: if you get "{{{aclocal: not found}}}" you need to install automake.
+
5. Build into a temporary directory:
{{{
./configure --prefix=/tmp/couchdb && make && make install
}}}
+
+ FreeBSD users: if you get "{{{Syntax error: end of file unexpected}}}" when you run {{{make}}},
you need to run {{{gmake}}} instead.
+
6. Run the couchdb command and log the output:
|