Installing CouchDB on Mac OS X
When I first started checking out CouchDB a couple of months ago, I installed CouchDB via Mac Ports. Everything was working fine, until I decided to try and upgrade couchdb via ports:
sudo port upgrade couchdb
Next thing I knew, Erlang was upgraded to a version that was no longer compatible with CouchDB. So, I [...]