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 2008/09/08 01:20:45 UTC

[Couchdb Wiki] Update of "ErrorMessages" by BenAtkin

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 BenAtkin:
http://wiki.apache.org/couchdb/ErrorMessages

------------------------------------------------------------------------------
  Example running as normal user:
  
  {{{
- LD_LIBRARY_PATH=/usr/local/lib:/usr/local/js/lib couchdb
+ LD_LIBRARY_PATH=/usr/local/lib:/usr/local/spidermonkey/lib couchdb
  }}}
  
  Example running as `couchdb` user:
  
  {{{
- echo LD_LIBRARY_PATH=/usr/local/lib:/usr/local/js/lib couchdb | sudo -u couchdb sh
+ echo LD_LIBRARY_PATH=/usr/local/lib:/usr/local/spidermonkey/lib couchdb | sudo -u couchdb sh
  }}}
+ 
+ Similar instructions are on the InstallingSpiderMonkey page.
  
  
  == Binary Architecture Mismatch ==