Vsxmd icon indicating copy to clipboard operation
Vsxmd copied to clipboard

v 1.4.5: error MSB3073 on Linux (.NET 8)

Open Laser42 opened this issue 1 year ago • 2 comments

Hello, thank you for a great tool.

It worked fine on Windows, but in Docker I've faced the same error as described here: https://github.com/lijunle/Vsxmd/issues/76 So, my version of Vsxmd is 1.4.5, and I tried mcr.microsoft.com/dotnet/sdk:8.0, ``mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slimandmcr.microsoft.com/dotnet/sdk:8.0-alpineimages with no success. The error is the same:/root/.nuget/packages/vsxmd/1.4.5/build/Vsxmd.targets(17,5): error MSB3073: The command ""/root/.nuget/packages/vsxmd/1.4.5/build//../tools/linux-musl-x64/Vsxmd" "i.xml" "/src/*******/README.md" """ exited with code 137.`

Can you please try to fix this for .NET 8.0 images?

Thank you

Laser42 avatar Dec 22 '23 18:12 Laser42

Seems like wrong libssl version, try:

wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb

fr4gles avatar Jan 15 '24 11:01 fr4gles

i have the same problem, and the command provided does not help.

also, i'd argue that whichever libssl version is included in microsofts official dockerfile should be considered the "right" version.

franz-at-dns avatar Jul 18 '24 10:07 franz-at-dns