<div> </div>
<div>Hi there.</div>
<div> </div>
<div>I have been building Openssl for quite some time now. Just recently I switched to shared mode that will also create shared libraries.</div>
<div>What I am wondering about: After configure/make/make install I find the expected libraries in the desired output directory. Why can ldd not resolve a librarie's dependencies? The target file is just in the same directory!</div>
<div> </div>
<div>user@server:/prefix/openssl/lib> ls<br />engines  libcrypto.a  libcrypto.so  libcrypto.so.1.0.0  libssl.a  libssl.so  libssl.so.1.0.0  pkgconfig<br />user@server:/prefix/openssl/lib> ldd libssl.so.1.0.0<br />        linux-vdso.so.1 =>  (0x00007ffdae1fb000)<br />        libcrypto.so.1.0.0 => not found<br />        libdl.so.2 => /lib64/libdl.so.2 (0x00007f8173425000)<br />        libc.so.6 => /lib64/libc.so.6 (0x00007f81730a9000)<br />        /lib64/ld-linux-x86-64.so.2 (0x00007f81738ad000)<br /><a href="mailto:user@server:/prefix/openssl/lib>">user@server:/prefix/openssl/lib></a></div>
<div> </div>
<div>Is this normal behaviour? Or is it because I entered a prefix that is not part of the system's default lib path?</div>
<div> </div>
<div>Hiran</div>