-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
iojs 2.3.0 name 'openssl_fips' is not defined" #652
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
Comments
@BlueWinds does this still happen with a new version of io.js? |
Works for me on OS X:
Maybe it has to do with your config? |
Happens intermittently for most of us at NodeSource |
I realize now I forgot to include a very important piece of the bug report, for which I apologize:
Globally, an older version of node has been installed. So in my case it's an issue compiling more recent versions using --target when an older version of node is installed globally. The workaround we've ended up using is to put the version of node I wanted to compile against directly in the path. |
more clearly, |
Has anyone made any progress on this? Having a similar issue with nw-gyp. |
this is also affecting me as well, 100% of the time. specifically, electron-rebuild is failing, which calls:
@BlueWinds, your suggestion seems reasonable, however, I dont have the binaries for the versions I need to build against all of the time, which is cumbersome. I'm on |
An extra argument |
I'll close, I don't believe this is an issue any longer with the supported release lines. |
I seem to getting this error on AWS Lightsail (Ubuntu 20) with |
See: #2534 |
While iojs 2.2.1 has been working fine, I'm unable to install any node-gyp configured modules with --target=2.3.0
This is reproducible on both mac and a debian box. Just in case it's relevant or helpful:
The text was updated successfully, but these errors were encountered: