Need help with running a dotnet application
Hello. So, I have an issue and it relates to
dotnet run
. I am unable to run a project because of this error.
The main thing to focus on is this Reason: Test host process crashed : Cannot get required symbol ERR_put_error from libssl
. I've search around but I'm not able to get anything useful as most of the solutions are not applicable to manjaro the OS I'm on.
For more context the project itself is on .NET 5 I believe. I'm new to this so there may be errors in terminology and other things.
1 Reply
This is the
csproj
file. Before I had errors about not being able to find the right version of libssl and to that end in my system in /usr/lib
I've symlinked libssl.so.1.1
to libssl.so.3
which is a version I already have.
This is all the information I think I need to provide. If you need more please tell me and I'll send an update or add in more information.
I set up a windows VM