<div> </div>
<p>I just verified. The required shared libraries and runpath settings are part of the dynamic section in elf files.</p>
<p>readelf -d openssl</p>
<p>displays a runpath, while</p>
<p>readelf -d libssl.so.1.0.0</p>
<p>does not show a runpath.</p>
<p> </p>
<p>Therefore my test was wrong. I cannot check shared libraries directly.</p>
<p><br /><br /> Am 17-May-2017 16:40:40 +0200 schrieb hiran.chaudhuri@mail.de:</p>
<blockquote style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;">Now this is interesting. Yes, openssl can find both the libraries libssl and libcrypto. Would that imply that rpath is only a setting for application (executables) but not for shared libraries?
<div>In that case the test I tried would be totally meaningless.</div>
<div> </div>
<div>Hiran</div>
<div> </div>
<div> </div>
</blockquote>