On Mon, Oct 21, 2013 at 09:51:01PM +0300, Maksim Kulik wrote:
> > Report the output of:
> >
> > ldd bin/posttls-finger
>
> ldd posttls-finger
> posttls-finger:
> libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800ac1000)
> libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d29000)
Interestingly, this is still /usr/local/lib/, but there was no
zlib, so perhaps this OpenSSL loads zlib dynamically. Perhaps
there was an ABI change in zlib. I tend to always build OpenSSL
with no zlib support, but were I to enable zlib it would not be
via dynamic loading (it would be dynamically linked).
--
Viktor.