lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

LibSSL Error #101

Open EndarValuk opened 1 year ago

EndarValuk commented 1 year ago

Hello! Tried to run that wonderful tool

~/.nuget/packages/vsxmd/1.4.5/tools/linux-x64/Vsxmd Library.Infrastructure.xml Library.Infrastructure.md

but got error

No usable version of libssl was found

Currently running on:

Linux 5.19.0-23-generic #24-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 14 15:39:57 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Using .NET 6.0.110 Here is output of dpkg-query -s libssl3

Package: libssl3
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 5841
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 3.0.5-2ubuntu2
Depends: libc6 (>= 2.34), debconf (>= 0.5) | debconf-2.0
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
fr4gles commented 8 months ago

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