Skip to content

Fix incorrect openssl dynamic library link order#3159

Merged
wasphin merged 1 commit intoapache:masterfrom
apocelipes:fix-openssl-link-order
Nov 20, 2025
Merged

Fix incorrect openssl dynamic library link order#3159
wasphin merged 1 commit intoapache:masterfrom
apocelipes:fix-openssl-link-order

Conversation

@apocelipes
Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: null

Problem Summary: The incorrect linking order of libssl and libcrypto caused our CI to encounter errors during compilation and linking:

image

Full CI logs: link

Adjusting their link orders can resolve the error.

What is changed and the side effects?

Changed:

Side effects:

  • Performance effects:

  • Breaking backward compatibility:


Check List:

@wwbmmm
Copy link
Copy Markdown
Contributor

wwbmmm commented Nov 20, 2025

LGTM

@wasphin wasphin merged commit 58e7e2d into apache:master Nov 20, 2025
17 checks passed
@apocelipes apocelipes deleted the fix-openssl-link-order branch November 20, 2025 13:55
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

Successfully merging this pull request may close these issues.

3 participants