I, like Sam, *really* want to play with CouchDb. But I’m a MacOSX box that I barely understand after 3 months of ownership.
Install MacPorts and run:
sudo port install erlang icu subversion
Add these two lines to your .bash_profile (or .profile if you’re running tcsh).
export ERLANG_BIN_DIR=/opt/local/bin/ export ERLANG_INCLUDE_DIR=/opt/local/lib/erlang/usr/include/
Run those two commands in your current shell [...]