Projections fail using the Mac Binaries:
mono EventStore.SingleNode.exe --db ./db --log ./logs --run-projections=all
I just get the following error message:
The projection subsystem failed to load a libjs1.so/js1.dll/… or one of its dependencies. The original error message is: js1
$LD_LIBRARY_PATH = /usr/lib:/Documents/DevProjects/EventStore-MonoMac-v3.0.0rc2 (the location of event store)
It works fine on Windows and on Ubuntu
Thanks