The Doctor wrote:
[] This is odd. /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
RUNPATH (new) vs RPATH (classical)
It should be reference /usr/local/lib/libssl.so
[] If I remember well with new model enabled indirect dependent library is searched in system default library search path. a) build OpenSSL with rpath. Remarks: by default openssl build is new model. Also some compilers by default support new model. b) some Linux-es does to include /usr/local/lib to library search path. I use a) as each builds from each project are installed in separate directory. Note b) is default on my systems. Roumen -- Advanced secure shell implementation with X.509 certificate support http://roumenpetrov.info/secsh/ _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev