zalmoxisus / remote-redux-devtools

Redux DevTools remotely.

Home Page:http://zalmoxisus.github.io/monitoring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbol not found: _SSL_library_init

akaralar opened this issue · comments

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 socketio/engine.io#536 (comment) and electron-react-boilerplate/electron-react-boilerplate#1438 (comment) and SocketCluster/socketcluster#246 (comment) and SocketCluster/socketcluster#246 (comment) but none worked. Is there a way to solve or somehow circumvent this problem?

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.