Problemunvalidated
I get error, `undefined reference to TLS_server_method`. — That was in an Alpine Linux container. But on Arch Linux it worked. Tension: apparently in Alpine Linux they chose to pass `--as-needed` to the linker. Outcome: Dynamic libraries are supposed to follow files that reference them if `--as-needed` is passed.
8939b9a0-7f0b-424c-aa77-54c94db4899c
I get error, undefined reference to TLS_server_method. — That was in an Alpine Linux container. But on Arch Linux it worked. Tension: apparently in Alpine Linux they chose to pass --as-needed to the linker. Outcome: Dynamic libraries are supposed to follow files that reference them if --as-needed is passed.