Hi, After compiling 0.9.4 successfully i have a dependency problem: ldd libssh.so.4.8.5 libcrypto.so.1.1 => not found This did not happen with ldd libssh.so.4.4.1 The compilation parameters were the same for both. OpenSSL library is in a custom path. cmake -DCMAKE_INSTALL_PREFIX=/customPath/libssh-4.8.5 -DOPENSSL_ROOT_DIR=/openSSLCustomPath/openssl-1.1.0f -DCMAKE_BUILD_TYPE=Release ..
For 4.4.1 there is not problem but somehow 4.8.5 fail to find /openSSLCustomPath/ libcrypto.so.1.1 Any idea what i'm doing wrong? regards, bruno
