etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

LoadError (dlopen(ext/rbsecp256k1/rbsecp256k1.bundle, 0x0009): symbol not found in flat namespace '_secp256k1_context_clone' #59

Closed musik closed 1 year ago

musik commented 2 years ago

Got this error ` Failure/Error: require 'rbsecp256k1/rbsecp256k1'

LoadError: dlopen(~/src/rbsecp256k1/lib/rbsecp256k1/rbsecp256k1.bundle, 0x0009): symbol not found in flat namespace '_secp256k1_context_clone' - ~/src/rbsecp256k1/lib/rbsecp256k1/rbsecp256k1.bundle `

OS: MacOS 12.4 Ruby version: 2.7.6(tried 2.6.8,same error)

I tried install the gem with "--with-system-libraries" and without it, neither work.

Thanks.

etscrivner commented 1 year ago

@musik Hi there, apologies for the late reply here. Please let me know if you're still experiencing the issue.

etscrivner commented 1 year ago

Closing this issue due to lack of activity, but happy to reopen if the issue continues.