-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Segmentation fault with openssl 1.1.0 #1386
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
Yes, almost certainly. Your options are:
If you have more questions, can you move them to nodejs/help? This bug tracker is for node-gyp bugs, which this is not. Thanks. |
Thanks Ben, all good, sorry thought this was node-gyp related.
…On Wed, 28 Feb 2018 at 8:26 pm, Ben Noordhuis ***@***.***> wrote:
Closed #1386 <#1386>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1386 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAatji-PGOVExx2oU_sZ2yVUNcayy3geks5tZRutgaJpZM4SWLXx>
.
|
Hi guys, can I have more explanation on this? I really can't find any help, how can I load my openssl 1.1 version before node exports its symbols? Many thanks |
Uh oh!
There was an error while loading. Please reload this page.
I have a C++ app using libssl.so.1.1 as a dependency, it runs correctly when I run it directly but when included via the .node binary I get a segmentation fault.
Tried to build with
nan
andnode-addon-api
, same error.Is there some kind of conflict with the version of openssl in node versus the one I use as a dependency?
binding.gyp
Segfault
The text was updated successfully, but these errors were encountered: