-
Notifications
You must be signed in to change notification settings - Fork 277
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
OpenSSL is required to install #867
Comments
To install it I had to do this:
|
It shouldn't need any TLS library but it looks like maybe the cmake rules in libgit2 no longer default to using nothing. |
FWIW that openssl message is from the module trying to detect it. Currently with the defaults, the CMake rules in libgit2 want any supported TLS library. Installing mbedtls would have also worked. |
FWIW, this still fails on Alpine, even though all the above mentioned libs are present:
It does seem to pick up version 3.0.0, but is unhappy using it? |
@muellerj |
Doesn't for me:
|
@muellerj can you check if it works with
|
Same problem, I already tried that:
|
Update: This seems to be connected to WSL somehow. I just tried the same set of instructions on a Raspi I had lying around where they work fine. |
@muellerj I'm not sure this is a WSL specific thing, I'm getting it in a
|
On Mon Jul 25, 2022, André Christoffer Andersen wrote:
It was resolved when I used: [...]
Thanks for the heads up. I'll try these when I get a chance to on an
"old" WSL again.
|
Using
gem install rugged
on clean Ubuntu 20.10 fails with the error.The text was updated successfully, but these errors were encountered: