Hi,
I'm getting this when I try to mining lite coin using the command line
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/Shared/VSL Custom Data/MacMiner.app/Contents/Resources/bfgminer/bin/./../../libmicrohttpd/lib/libmicrohttpd.12.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/Shared/VSL Custom Data/MacMiner.app/Contents/Resources/bfgminer/bin/./../../libmicrohttpd/lib/libmicrohttpd.12.dylib
Expected in: /usr/lib/libSystem.B.dylib
the workaround was to go down to version x59
Thanks
Marco
Comments
_clock_gettime is not set prior to macOS 10.12, I'll see whether I can compile libmicrohttpd to work on earlier versions, thanks for the report!
Thanks