Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol not found: _SSL_library_init #123

Open
akaralar opened this issue Aug 16, 2018 · 1 comment
Open

Symbol not found: _SSL_library_init #123

akaralar opened this issue Aug 16, 2018 · 1 comment

Comments

@akaralar
Copy link

akaralar commented Aug 16, 2018

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?

@stephben
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants