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 2011/05/04 02:36:53 UTC

[Couchdb Wiki] Update of "Installing_on_OSX" by ssspiochld

Dear Wiki user,

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

The "Installing_on_OSX" page has been changed by ssspiochld.
The comment on this change is: http://stackoverflow.com/questions/5238119/unable-to-access-couchdb-web-gui-osx.
http://wiki.apache.org/couchdb/Installing_on_OSX?action=diff&rev1=30&rev2=31

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

  {{{
  sudo port install erlang -universal
  }}}
+ 
+ On Mac OS X 10.6.7 MacPorts 1.9.2 due some [[https://issues.apache.org/jira/browse/COUCHDB-1106?focusedCommentId=13021617&page=com.atlassian.jira.plugin.system.issuetabpanels%3acomment-tabpanel#comment-13021617|other issue]] you might need to run :
+ 
+ {{{
+ sudo port install erlang +ssl
+ }}}
+ 
  == Typical build process of a CouchDB developer build ==
  {{{
  $ svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb