Hi Everyone, I'm a COUCHDB user for a while now and i was really interesting to contribute to it as much as possible.. I had been in touch with Dave during the month of June/July and after that i was relocated some time back so i was busy with that..
I'm taking up COUCHDB-527 (https://issues.apache.org/jira/browse/COUCHDB-527) and i already added this code to do the check in couch_drv.erl file in src/couchdb dir . D = filelib:is_dir(filename:join(couch_util:priv_dir(), "lib")). case filelib:is_dir(D) of true -> '?LOG_ERROR("Driver loaded successfully")'; false -> ' ?LOG_ERROR("Driver directory missing: ~s", [DirectoryName])' end, I executed 'make && sudo make install' When i run the server it terminates with this message: Apache CouchDB 1.5.0+build.f714311 (LogLevel=info) is starting. {"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/usr/local/etc/couchdb/default.ini","/usr/local/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{application_master,start_it_old,4}]}}}}}},[{couch,start,0},{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump init terminating in do_boot () How can i move forward with this? Thank you for your help :) -- Regards- Pavan
