[Bug 3668] OpenSSL version header not found
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Feb 19 12:50:36 AEDT 2024
https://bugzilla.mindrot.org/show_bug.cgi?id=3668
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
You can get configure to tell the linker to set a dynamic runtime path.
We do this in the CI tests on Ubuntu:
./configure --with-ssl-dir=/opt/openssl --with-rpath=-Wl,-rpath,
(note that in this example, the trailing comma is significant.)
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list