-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
lib: fix compatibility with libressl (macos) and openssl 1.1.1k #66
Conversation
abort trap: 6 indicates issues with libssl; please confirm |
@q9f i've tried using your branch to load the gem, and the abort trap is still happening (macOS, 11.6)
|
I guess I need to get a mac then :S |
@q9f this is an interesting thread: cl-plus-ssl/cl-plus-ssl#114 |
@q9f it worked after i did this
|
@q9f this might be interesting money-tree is a dep and is loading openssl in the old way also causing issues, merge is waiting though: GemHQ/money-tree#43 |
I got myself a mac and the issue is indeed money-tree. I'm trying to reach out to them. |
I hear you guys loud and clear. money-tree hasn't been actively maintained for a while. Monkey patching OpenSSL was the only solution I had at the time to perform the proper calculations. It wasn't intended to stay in there for so many years. I'm going to chat with @q9f after Thanksgiving about maintaining it. |
I'm cc'd into this due to my fixing a related library. If a maintainer/patch author would like some help solving for the local problems feel free to reach out to me with some details and I'll be happy to provide some advice. |
Thank you for your comment. Historically, the |
thanks for getting this sorted! what all is left to get this released? I'm working on a project where this would be very helpful and just wondering if it'd work in my timeline. |
Hi Jake, just waiting for the money tree release so that I can bump the dependency. |
* gems: bump keccak to 1.3.0 (#69) * Gems: bump version to 0.4.17 (#70) * Gems: bump version to 0.4.17 * docs: update changelog * Dependancy money tree changed * Adding Money tree dependanccy * mabdullahlkhalil/gemdependacies * Gem dependanct * Gem dependanct * Gem dependacy * mabdullahlkhalil/gemdependacies * Gem dependacy * Money Tree fix * Update eth.gemspec * Update eth.gemspec
attempt to address #47 by applying @raggi 's work at bitcoin-ruby#311
cc @zeptonaut - I would agree though using a proper ruby/openssl implementation should be the greater goal.