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
`
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.