question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'openssl_fips' is not defined

See original GitHub issue

I’m trying to build greenworks against nw13.0-alpha3, but am hitting an error during the configure stage:

 nw-gyp configure --target=0.13.0-alpha3 --arch=ia32

 gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp

Does anyone know what the problem is?

I can’t find much info on the ‘openssl_fips’ error, other than an issue with node-gyp.

node v0.12.7 npm v2.11.3 nw-gyp v0.12.4

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
CharStilescommented, Nov 22, 2021

in case it helps anyone else, the problem was resolved for me by restarting the terminal.

1reaction
djipcocommented, Apr 13, 2016

The documentation for version 0.13 says: “Starting from 0.13.0, native modules built by node-gyp or npm in upstream can be supported.” I guess you could try that?

As for me, I started using browser-serialport instead.

Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm ERR! gyp: name 'openssl_fips' is not defined #2673
Solution: #2673 (comment) • electron-builder version=22.14.13 • rebuilding native dependencies dependencies=ffi-napi@4.0.3, ref-napi@3.0.3 ...
Read more >
How to rebuild epoll package in electron? - Stack Overflow
yarn run v1.22.15 $ electron-rebuild -f -w myapp \ Building module: bindings, Completed: 0gyp: name 'openssl_fips' is not defined while ...
Read more >
Trouble in nw-gyp with 0.13 - Google Groups
gyp: name 'openssl_fips' is not defined while evaluating condition ... Now, I get the following error: Undefined variable module_name in binding.gyp.
Read more >
gyp: name 'openssl_fips' is not defined; macOS 12.0.1, M1 #485
I'm running macOS Monterey on a M1 Macbook. uname -a Darwin An-nomap.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:24 ...
Read more >
electron-rebuild and MagicMirror v2.18 (and more)
MagicMirror Building module: epoll, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips !=
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found