C#C
C#14mo ago
snakex64

.NET Runtime Docker build tools missing openssl

Hi, I am trying to build a modified .net runtime using docker and I get the following error:
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
I cloned the repo locally and ran this :
docker run --rm -v (my windows path here):/runtime -w /runtime mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-amd64 ./build.sh --subset clr --configuration Checked.

Anyone has an idea ?
I would ultimately like to be able to install the modified version so I can try a bugfix in my project
image.png
Was this page helpful?