zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

Symbol not found: _SSL_library_init #123

Open akaralar opened 5 years ago

akaralar commented 5 years ago

I installed the lib via yarn and followed instructions to integrate it into my project. However, when I enter remotedev command I get errors:

1534417186028 - Worker 0 exited - Exit code: null, signal: SIGABRT
dyld: lazy symbol binding failed: Symbol not found: _SSL_library_init
  Referenced from: /Users/akaralar/Development/someproject/node_modules/uws/uws_darwin_64.node
  Expected in: flat namespace

dyld: Symbol not found: _SSL_library_init
  Referenced from: /Users/akaralar/Development/someproject/node_modules/uws/uws_darwin_64.node
  Expected in: flat namespace

I tried https://github.com/socketio/engine.io/issues/536#issuecomment-341934501 and https://github.com/chentsulin/electron-react-boilerplate/issues/1438#issuecomment-368362511 and https://github.com/SocketCluster/socketcluster/issues/246#issuecomment-373650937 and https://github.com/SocketCluster/socketcluster/issues/246#issuecomment-383016160 but none worked. Is there a way to solve or somehow circumvent this problem?

stephben commented 5 years ago

uws will never ever work with nodejs10. That is because uws does not support openssl 1.1.1. That is the reason uws works when downgrading to node 8 (openssl 1.0.2). Since the author has pulled his source out of nodejs repository I doubt there will ever be any support.