Bug #114456 | Contribution: Fix OpenSSL linking when only static libs are available | ||
---|---|---|---|
Submitted: | 22 Mar 2024 14:54 | Modified: | 14 Mar 6:31 |
Reporter: | OCA Admin (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[22 Mar 2024 14:54]
OCA Admin
[22 Mar 2024 14:54]
OCA Admin
Contribution submitted via Github - Fix OpenSSL linking when only static libs are available (*) Contribution by Samuel Chiang (Github samuel40791765, mysql-server/pull/529#issuecomment-2014343946): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_1785681123.txt (text/plain), 1.59 KiB.
[14 Mar 6:31]
MySQL Verification Team
Hello Samuel Chiang, Thank you for the report and contribution. regards, Umesh
[17 Mar 14:46]
Tor Didriksen
Posted by developer: Support for static OpenSSL libraries was removed quite early in the 8.0 development timeline, and I do not think we want to re-introduce it. It has all kinds of problems with initialization, and shutdown/teardown during atexit() processing. Basically plugins (client or server) will not work at all.