Skip to content

Getting System.Net.Quic is not supported on this platform on Linux #3664

Answered by ManickaP
kamranattari4192 asked this question in Q&A
Discussion options

You must be logged in to vote

The ldd command needs to be run with your location of libmsquic, so in your case /lib64/..., my example used location on my machine.
As you can see the output of ldd, there is libcrypto 1.1 and that's what msquic needs. So it runs. The requirements mention OpenSSL 1.1, because that's the package that carries libcrypto 1.1.

And just FYI, CentOS 7 is rather old and will not be supported by .NET 8.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@nibanks
Comment options

Comment options

You must be logged in to vote
1 reply
@ManickaP
Comment options

ManickaP Jun 2, 2023
Collaborator

Answer selected by kamranattari4192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants