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.

Symbol not found on macOS Sierra

See original GitHub issue

System information

  • node version: 10
  • OS/version/architecture: macOS Sierra 10.12
  • Applicable nodegit version: 0.23.0

We have an Electron 4.0 application that works fine on all newer versions of macOS, however on Sierra (and possibly below?) this error is thrown at runtime:

Error: dlopen(/Applications/AppName.app/Contents/Resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node, 1): Symbol not found: _EVP_aes_128_cbc
  Referenced from: /Applications/AppName.app/Contents/Resources/app.asar.unpacked/node_mod…
  at Object.<anonymous>(nodegit.js:12:12)
  at Object.<anonymous>(nodegit.js:1145:3)

Would love any pointers you might have…

Edit: We’ve confirmed this is the case on other macOS versions older than Sierra such as El Capitan.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:18 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
implausiblecommented, Feb 12, 2019

Just wrapping up some windows builds. I hope to have 0.23.1 and 0.24.1 out today.

0reactions
autrcommented, Oct 27, 2020

Hello, I am having this same bug:

MacOS High Sierra Node v13.12.0 nodegit 0.27.0 Electron 6.1.11

App threw an error during load
[1] Error: dlopen(/Users/Gilbert/Code/multigit/node_modules/nodegit/build/Release/nodegit.node, 1): Symbol not found: _EVP_aes_128_cbc
[1]   Referenced from: /Users/Gilbert/Code/multigit/node_modules/nodegit/build/Release/nodegit.node
[1]   Expected in: flat namespace
Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - dyld: lazy symbol binding failed: Symbol not found ...
The latest version 18 of Node is build for Mac OS X 10.15. My Mac version is 10.13. I downgrade Node 18 to...
Read more >
Installation Node Error on MacOs 10.13.6 (High Sierra)
I'm trying to install a node in my MacOs 10.13.6 (High Sierra), but I have this error: dyld: lazy symbol binding failed: Symbol...
Read more >
Beta 1.18.30 on OSX 10.13.6 High Sierra will not start. Dyld ...
If there's a workaround for missing symbol __darwin_check_fd_set_overflow, I'd be happy to try it. For now it seems this beta will not...
Read more >
If your Mac starts up to a circle with a line through it
A circle with a line through it means that your startup disk contains a Mac operating system, but it's not a macOS that...
Read more >
PsychoPy Sound Component not visible on MacOS Sierra
Hello, We have a problem with version 2022.1.1 and version 2022.2.1 of Psycho on an Apple Sierra , The component sound is not...
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