We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://packages.microsoft.com/amazonlinux/2023/prod/Packages/, the folder 'l' is missing.
The RPM package for amazon linux does not contain libmsquic. Libmsquic is a pre-requisite for running HTTP/3.
Amazon Linux 2023 - 20240611
main
Execute:
curl -sSL -O https://packages.microsoft.com/config/amazonlinux/2023/packages-microsoft-prod.rpm rpm -i packages-microsoft-prod.rpm yum update yum install libmsquic
Libmsquic is made available by deployment tools.
Libmsquic missing on Amazon Linux 2023.
None.
The text was updated successfully, but these errors were encountered:
Libmsquic is referenced from https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/quic/quic-overview by https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/servers/kestrel/http3.md and/or https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-8.0.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
See https://packages.microsoft.com/amazonlinux/2023/prod/Packages/, the folder 'l' is missing.
The RPM package for amazon linux does not contain libmsquic. Libmsquic is a pre-requisite for running HTTP/3.
Affected OS
Additional OS information
Amazon Linux 2023 - 20240611
MsQuic version
main
Steps taken to reproduce bug
Execute:
Expected behavior
Libmsquic is made available by deployment tools.
Actual outcome
Libmsquic missing on Amazon Linux 2023.
Additional details
None.
The text was updated successfully, but these errors were encountered: