-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unable to install on latest master #78
Comments
I too have this issue, though with ruby 3.0.2 |
|
Looks like the build error we're running into locally is basically a duplicate of this unresolved (😢) issue: #54 The build error in that issue looks the same, but is probably ran from a Docker container -- it looks similar to what I was seeing on an Alpine container before I switched to looking at this locally |
Native ext ( d62cb77 ) builds fine on M1 Max + 3.1.2, 2.7.6, and 2.6.10.
|
Hi, I'm trying to use hiredis with the native SSL support, which seems to be available on the
master
branch of the repo, but I'm unable to install the gem when specifyinggem 'hiredis', github: 'redis/hiredis-rb'
in my Gemfile.I'm using Ruby 2.7.5., M1 Max MacBook, but this also happens on a Ubuntu 20.04 machine. The stacktrace is quite mysterious, so I wasn't able to figure out where or why it's failing. I have
hiredis
installed viabrew
.Any pointers appreciated!
Here are the stacktrace and related files:
bundle install
Here's the` hiredis-rb-a66f527d7661/mkmf.log`:
And here's the `gem_make.out`:
The text was updated successfully, but these errors were encountered: