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

msquic fails to load on Alpine Linux when system crypto is used #3448

Closed
1 of 4 tasks
wfurt opened this issue Feb 17, 2023 · 1 comment
Closed
1 of 4 tasks

msquic fails to load on Alpine Linux when system crypto is used #3448

wfurt opened this issue Feb 17, 2023 · 1 comment
Milestone

Comments

@wfurt
Copy link
Member

wfurt commented Feb 17, 2023

Describe the bug

attempt to load MsQuic

ldd /usr/lib/libmsquic.so.2
        /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000)
        libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7fbc0ec00000)
        libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000)
Error relocating /usr/lib/libmsquic.so.2: EVP_seed_cbc: symbol not found

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

No response

MsQuic version

main

Steps taken to reproduce bug

try to load msquic library when built with UseSystemOpenSSLCrypto

Expected behavior

library fails to load

Actual outcome

msquic loads and works ok

Additional details

No response

@wfurt
Copy link
Member Author

wfurt commented Feb 17, 2023

fixed by #3394 and #3417

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

No branches or pull requests

2 participants