On 2017-07-10, Paul B. Henson <hen...@acm.org> wrote: > mdb has been disabled in the openldap port since it looks like > 2015/02/16, I was wondering if anyone has tried it since then to see if > maybe the issues with it have been resolved? The other backends are > deprecated upstream, it would be nice to get mdb working under openbsd. > > I'm going to try enabling it and running through the tests and see how > things turn out but I was just curious if anyone else had worked with it > in the past couple of years. > > Thanks... > >
Feel free to try it, I believe the required patch to force MDB_WRITEMAP is still in there..but I don't think there were any major changes upstream since the last attempt so I wouldn't hold out too much hope for it working straight off. (Without MDB_WRITEMAP, mdb assumes mmap and file access can be intermixed without syncs, which isn't the case on OpenBSD).