I'm having issues with starting couchdb with the new snow leopard:
→$sudo couchdb
Apache CouchDB 0.10.0a802973 (LogLevel=info) is starting.
Trace/BPT trap
- deleted all macports
- installed new macport 1.8
- installed spidermonkey,icu, erlang with macports
- erl is working:
→$erl
Erlang R13B01 (erts-5.7.2) [source] [64-bit] [smp:2:2] [rq:2] [async-
threads:0] [kernel-poll:false]
Eshell V5.7.2 (abort with ^G)
1> 1+1.
2
2> q().
- did the typical ./bootstrap; ./configure; make && sudo make install;
it built and installed with no errors but i get the "BPT Trap" when i
try to run couchdb
Anyone else run into this issue with snow leopard?
thanks!
tommy