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

Problem with run dev #1438

Closed
cvalenzuela opened this issue Feb 23, 2018 · 5 comments
Closed

Problem with run dev #1438

cvalenzuela opened this issue Feb 23, 2018 · 5 comments

Comments

@cvalenzuela
Copy link

I did a fresh install following all instructions in the README.md and after running npm run dev I get this error:

dyld: lazy symbol binding failed: Symbol not found: _SSL_library_init
  Referenced from: /Users/use/testApp/app/node_modules/uws/uws_darwin_57.node
  Expected in: flat namespace

dyld: Symbol not found: _SSL_library_init
  Referenced from:  /Users/user/testApp/app/node_modules/uws/uws_darwin_57.node
  Expected in: flat namespace

Any ideas how to solve it?

@amilajack
Copy link
Member

What OS are you on? Make sure that you have the build requirements. They should be in the readme

@cvalenzuela
Copy link
Author

macOS 10.13.3. And I have all build requirements.

I managed to get around it by installing dependencies with this flags:

CPPFLAGS=-I/usr/local/opt/openssl/include LDFLAGS=-L/usr/local/opt/openssl/lib npm install

Not sure why is there a mismatch on the SSL link, could be something from my OS. I guess you can close this for now.

thanks!

@amilajack
Copy link
Member

Did you make any modifications to the boilerplate?

@cvalenzuela
Copy link
Author

nop

@amilajack
Copy link
Member

Not sure why is there a mismatch on the SSL link, could be something from my OS. I guess you can close this for now.

Yea this seems specific to your machine.

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

No branches or pull requests

2 participants