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/01/13 09:55:31 UTC

[Couchdb Wiki] Update of "Installing on RHEL5" by CarlByström

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 CarlByström:
http://wiki.apache.org/couchdb/Installing_on_RHEL5

The comment on the change is:
Added --with-erlang include for configure

------------------------------------------------------------------------------
  svn checkout http://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
  cd couchdb
  ./bootstrap
- ./configure && make && make install
+ ./configure --with-erlang=/usr/lib64/erlang/usr/include && make && make install
  }}}
  
  3. Edit config file to suit