You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/07/12 14:19:12 UTC

[Couchdb Wiki] Update of "Troubleshooting" by Vlad GURDIGA

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: