On Thu, 7 Mar 2024 at 14:54, The Doctor <doctor@xxxxxxxxxxxxxxxxx> wrote: [...] > /usr/local/bin/openssl version -a > ld-elf.so.1: /usr/lib/libssl.so.3: version OPENSSL_3.2.0 required by /usr/local/bin/openssl not found This is why configure (with the patch) didn't use that openssl binary: it doesn't work. Trying something like this ought prove whether or not the patch works for your use case (I'm using /opt/openssl instead of /usr/local, but it should otherwise should be equivalent): $ uname -sr FreeBSD 14.0-RELEASE-p3 $ /opt/openssl/bin/openssl version ld-elf.so.1: Shared object "libssl.so.3" not found, required by "openssl" $ env LD_LIBRARY_PATH=/opt/openssl/lib:/lib:/usr/lib PATH=/bin:/usr/bin ./configure --with-ssl-dir=/opt/openssl --with-rpath=-Wl,-rpath, [...] $ grep OPENSSL_BIN Makefile OPENSSL_BIN='/opt/openssl/bin/openssl' \ -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev