-
Notifications
You must be signed in to change notification settings - Fork 897
Running on linux requires libssl 1.0, thus fails #2003
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
Comments
I guess something must have changed since #1747, since it seemed to work after it had bee fixed. |
Seems like |
@billybraga have you tried checking whether 0182 preview fixes it also for other distros (i.e fedora, arch)? It didn't work for me sadly. |
@Miepee No, I have only tested on Ubuntu |
Preview package fixed the issue on RHEL 7.9 Linux. |
I had the same error on Ubuntu 22.04. After upgrading to the newest preview (0.27.0-preview-0182) the dependency isn't there anymore, but it seems that the problem remains and shows up at runtime:
Any ideas? |
So seems like there's something else that influences it too then, if the issue both happens and doesn't happen on ubuntu 22.04 with the same preview package. @mirkomaty if you set |
This should be fixed in the latest releases. |
Reproduction steps
LibGit2Sharp
in dotnet projectRepository.Clone(...)
Expected behavior
Repo is cloned
Actual behavior
An exception is thrown:
Using
LD_DEBUG=files
, I get this (among other things):10607: file=libssl.so.1.0.0 [0]; needed by /home/USER/dev/projects/PROJECT/src/PROJECT.Cli/bin/Release/net7.0/runtimes/linux-x64/native/libgit2-106a5f2.so
Version of LibGit2Sharp (release number or SHA1)
0.26.2
Operating system(s) tested; .NET runtime tested
The text was updated successfully, but these errors were encountered: