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/05/30 16:38:31 UTC

[Couchdb Wiki] Update of "Installing_on_OSX" by PPC-Coder

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 PPC-Coder.
The comment on this change is: added details on a error that occurs on Snow Leopard.
http://wiki.apache.org/couchdb/Installing_on_OSX?action=diff&rev1=25&rev2=26

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

  Command output: megaco_flex_scanner_drv.flex:31: unknown error processing section 1
  }}}
  You will need to upgrade flex: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465039
+ 
+ === Erlang fails to configure on Snow Leopard ===
+ The macport for erlang universal on Mac OS X 10.6 Snow Leopard appears to be [[http://www.pubbs.net/200912/macports/53571-erlang-build-failing-on-configure.html|broken]]. To install it, I had to install it separately with :
+ {{{
+ sudo port install erlang -universal
+ }}}
  
  == Typical build process of a CouchDB developer build ==
  {{{