-
Notifications
You must be signed in to change notification settings - Fork 549
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
Error installing v0.5.5 on Rails app with ruby 3.3.0 on macOS Sonoma v14.2 M2 chipset #1342
Comments
I tried installing the gem with |
tks bro! |
work |
Thanks. It resolved my issue with ruby 3.3.0 and mac M1 machine. |
Thanks! |
Yes, using this command it's working on my mac m2 chip. |
I used this just to make sure it was linked to the right OpenSSL version as well: bundle config --local build.mysql2 -- --with-ldflags=-L$(brew --prefix zstd)/lib $(ruby -r rbconfig -e 'puts RbConfig::CONFIG["configure_args"]' | xargs -n1 | grep with-openssl-dir) |
Work for me on Sonoma 14.5 M1 Pro chip. Thanks @nelseric! |
This worked for me with the following specs: Mac M3 |
Not working on Sequoia 15.0 |
This work!! |
Any ideas on how to solve it?
Thanks in advanced.
RVM Version:
Ruby version:
The text was updated successfully, but these errors were encountered: