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/09/13 18:03:22 UTC

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

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 JakubCzaplicki.
The comment on this change is: changed xulrunner-devel-1.9.2.8  to  xulrunner-devel-x.x.x.x.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=51&rev2=52

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

  
  # see xulrunner directions below and do them this fixes problem where basic test suite fails to run.
  # 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.8/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.8/include
+ ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-x.x.x.x/lib --with-js-include=/usr/lib/xulrunner-devel-x.x.x.x/include
  
  # Now you can compile and install couchdb
  make && make install