1 Nov 2009 03:22
Re: Erlang-only CouchDB
I already tried that option, it even broke something else.
but got
1> application:start(couch).
{error,{"no such file or directory","couch.app"}}
It looks like erl is not inheriting or not obeying sudo
But finally, the below step did help me solve privilege issues,
1. sudo bash
2. set ERL_LIBS
3. export it
4. erl
Actual steps are
1. sudo bash
2. ERL_LIBS=/usr/local/lib/couchdb/erlang/lib
3. export ERL_LIBS
4. echo $ERL_LIBS --- to verify the var is set properly
5. erl
6.
solved in my macbook OS-X 10.5.8 :)
Thanks paul.
On Sat, Oct 31, 2009 at 8:10 PM, Paul Davis <paul.joseph.davis@...>wrote:
> Senthilkumar,
(Continue reading)
RSS Feed