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 2010/05/04 19:07:26 UTC

[Couchdb Wiki] Trivial Update of "Installing_on_Ubuntu" by MarkusTacker

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Installing_on_Ubuntu" page has been changed by MarkusTacker.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=12&rev2=13

--------------------------------------------------

  tar xvzf apache-couchdb-x.xx.x.tar.gz
  cd apache-couchdb-x.xx.x
  ./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.3/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.3/include
- # Note: To install couchdb in the default location use --prefix=/ in the configure statement
+ # Note: To install couchdb in the default location use --prefix= in the configure statement
  make && make install
  # Add couchdb user account
  useradd -d /var/lib/couchdb couchdb