> ./bin/actordb start
!!!!
!!!! WARNING: ulimit -n is 256; 32768 is the recommended minimum.
!!!!
actordb failed to start within 15 seconds,
see the output of 'actordb console' for more information.
If you want to wait longer, set the environment variable
WAIT_FOR_ERLANG to the number of seconds to wait.
> ./bin/actordb console
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/bploetz/Downloads/actordb-0.10.25/erts-8.2/bin/beam.smp (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/bploetz/Downloads/actordb-0.10.25/erts-8.2/bin/beam.smp (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
Error reading -config /Users/bploetz/Downloads/actordb-0.10.25/bin/../etc/app.config -args_file /Users/bploetz/Downloads/actordb-0.10.25/bin/../etc/vm.args -vm_args /Users/bploetz/Downloads/actordb-0.10.25/bin/../etc/vm.args
I downloaded the latest release for Mac OSX (https://dzbscw1ubdtyw.cloudfront.net/actordb-0.10.25-OSX-x86_64.tar.gz) and am getting this error trying to start actordb:
Any ideas?