icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.56k stars 173 forks source link

Run fails with "No usable version of the libssl was found" on Ubuntu >19.04 #19

Closed berkes closed 4 years ago

berkes commented 5 years ago

Ubuntu 19.04 comes with openssl1.1, which is not compatible with openssl1.0.

Download and building openssl1.0 manually in /usr/local/ssl (the default ssl location for manual builds) does not resolve this issue. Somehow ILSpy does no pick up this library. Or the problem is elsewhere.

Also reported in the library used: https://github.com/dotnet/corefx/issues/31709

I assume this is the issue here.

christophwille commented 4 years ago

@berkes please try the latest from the releases tab. Maybe the newer Avalonia version fixes this.

berkes commented 4 years ago

I no longer need this, so I don't have the libs and to-extract binaries anymore.

For me, this can be closed.