Skip to content

build libssl with no-seed#3394

Merged
nibanks merged 1 commit intomicrosoft:mainfrom
wfurt:seed
Feb 4, 2023
Merged

build libssl with no-seed#3394
nibanks merged 1 commit intomicrosoft:mainfrom
wfurt:seed

Conversation

@wfurt
Copy link
Member

@wfurt wfurt commented Feb 3, 2023

follow-up on dotnet/runtime#81481 (comment)
attempt to use system crypto fails on Alpine Linux

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

It is because it is build with no-seed
https://git.alpinelinux.org/aports/tree/main/openssl/APKBUILD?h=3.15-stable#n110

I could make this Alpine specific but I feel like we should not pull in parts that we don't need.
So I left it as general change to decrease expectation from OS.

@wfurt wfurt requested a review from a team as a code owner February 3, 2023 21:30
@wfurt
Copy link
Member Author

wfurt commented Feb 3, 2023

cc: @ManickaP

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.

2 participants