-
Notifications
You must be signed in to change notification settings - Fork 168
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
Strange segfault on M1 Mac...? #477
Comments
|
Confirmed working 3.0.2 and 3.0.3
|
I tried using MacPorts OpenSSL:
But it still failed. |
Is that what you mean? |
Hm,
|
No, I meant the OpenSSL library's version (libcrypto) that ruby/openssl is linked with.
It's strange if this still happens with OpenSSL <= 1.1.1. Do you have backtrace with this? I don't own M1 Mac so I can't reproduce it myself. |
It seems like |
Okay, as you suggested, I needed this:
Otherwise it picks the wrong OpenSSL version. |
Am I doing something wrong? Running on latest Ruby head.
The text was updated successfully, but these errors were encountered: