[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dependency with libcrypto.so.1.1 in 0.9.4
[Thread Prev] | [Thread Next]
- Subject: Dependency with libcrypto.so.1.1 in 0.9.4
- From: Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 1 Jul 2020 10:38:18 -0300
- To: libssh@xxxxxxxxxx
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
Re: Dependency with libcrypto.so.1.1 in 0.9.4 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |