Skip to content
New issue

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

add missing libnuma.so to Stream8 #884

Merged
merged 1 commit into from
Jun 2, 2023
Merged

add missing libnuma.so to Stream8 #884

merged 1 commit into from
Jun 2, 2023

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Jun 2, 2023

fixes dotnet/runtime#87038

[helixbot@933fe775248c /]$ rpm -ql libmsquic-2.2.1-1.x86_64
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/261a083176ce372df023d45f9054dd9ba76184
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/1bf138f7ca9e72881f21d777e78bb92d0e2abf
/usr/lib64/libmsquic.lttng.so.2.2.1
/usr/lib64/libmsquic.so.2
/usr/lib64/libmsquic.so.2.2.1
[helixbot@933fe775248c /]$ ldd /usr/lib64/libmsquic.so.2.2.1
	linux-vdso.so.1 (0x00007ffdfe651000)
	libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007fc5f86c0000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007fc5f84bc000)
	libnuma.so.1 => /lib64/libnuma.so.1 (0x00007fc5f82b0000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc5f8090000)
	libc.so.6 => /lib64/libc.so.6 (0x00007fc5f7ccb000)
	libz.so.1 => /lib64/libz.so.1 (0x00007fc5f7ab3000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fc5f8baa000)

Copy link
Member

@CarnaViire CarnaViire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatforms
2 participants