I'm having trouble running the latest LMDB version on iOS 8.1.3

It seems to work with previous versions before SysV semaphores were used.

Now it crashes with SIGSYS on line:

semid = semget(IPC_PRIVATE, 2, mode);
(line:4520 file:mdb.c)

Has anyone got this to work?

Thanks

- Greg