I'm excited to try and yet can't seem to get it working.
I followed the steps to install it on MacOS from the GitHub page and I'm thinking maybe I ran the curl command from the wrong directory, as when I try to run ./motor-admin, it gives two dlyd errors:
1) "lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow"
2) "Symbol not found: ___darwin_check_fd_set_overflow"
And it shows the "Referenced from:" being my current directory, somewhere in my Documents folder, and then "Expected in: /usr/lib/libSystem.B.dylib"
Ahh, I think I may have the opposite problem: I'm on Mojave and I think I need a newer version of Xcode but can't update it because I'm still on Mojave :-)
I followed the steps to install it on MacOS from the GitHub page and I'm thinking maybe I ran the curl command from the wrong directory, as when I try to run ./motor-admin, it gives two dlyd errors:
1) "lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow"
2) "Symbol not found: ___darwin_check_fd_set_overflow"
And it shows the "Referenced from:" being my current directory, somewhere in my Documents folder, and then "Expected in: /usr/lib/libSystem.B.dylib"
Any idea what might be causing the error?
Thanks!