I understand it is not Probot problem directly but I have trouble with it
Current Behavior
A clear and concise description of the behavior.
$ npm start
dyld: lazy symbol binding failed: Symbol not found: _usdt_create_provider
Referenced from: ~/node_modules/dtrace-provider/src/build/Release/DTraceProviderBindings.node
Expected in: flat namespace
dyld: Symbol not found: _usdt_create_provider
Referenced from: ~/node_modules/dtrace-provider/src/build/Release/DTraceProviderBindings.node
Expected in: flat namespace
Expected behavior/code
Start successfully.
Environment
Additional context/Screenshots
Thanks for opening this issue. A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved.
@sotayamashita Do you have binutils installed via Homebrew? I was encountering the same problem as you (https://stackoverflow.com/questions/54014971/macos-dyld-symbol-not-found-usdt-create-provider) and managed to fix it by removing this package.
Stack OverflowIn short, I'm unable to install @pact-foundation/pact-node on my development computer and from what I gather it seems to be loosely related to being on macOS 10.14. When I say loosely, this does not
@andreasolund Finally, I can start the server. Thank you for your help.
Most helpful comment
@sotayamashita Do you have
binutilsinstalled via Homebrew? I was encountering the same problem as you (https://stackoverflow.com/questions/54014971/macos-dyld-symbol-not-found-usdt-create-provider) and managed to fix it by removing this package.