Michael Cahill wrote:
Quote:
Try checking for error output, with:
dbp->set_errfile(dbp, stderr);
before the DB->open call.
Also check this FAQ entry:
http://dev.sleepycat.com/resources/faq_show.html?id=96
Regards,
Michael. |
Thanks Michael .
The error is now getting printed as :
unable to initialize mutex: Function not implemented
process-private: unable to initialize environment lock: Function not
implemented
What could be done to fix this?
I see that if i compile my program on this machine(x86_64) and then
everything works fine.
but the same problem compiled on i686 gives me the above errors