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/07/09 22:23:07 UTC

[Couchdb Wiki] Update of "Installing_on_Ubuntu" by BobDionne

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 BobDionne.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=33&rev2=34

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

  tar xvzf apache-couchdb-x.xx.x.tar.gz
  cd apache-couchdb-x.xx.x
  # Note: To install couchdb in the default location use --prefix= in the configure statement
- ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.3/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.3/include
+ ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.6/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.6/include
  # Now you can compile and install couchdb
  make && make install
  # Add couchdb user account
@@ -104, +104 @@

  Then add the following lines to the file (You may need to change the library version to match whats installed):
  
  {{{
- /usr/lib/xulrunner-1.9.2.3
+ /usr/lib/xulrunner-1.9.2.6
- /usr/lib/xulrunner-devel-1.9.2.3
+ /usr/lib/xulrunner-devel-1.9.2.6
  }}}
  Once the configuration files is created and saved, you will need to run ldconfig: