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

Reply via email to