Autor: Jürgen Herz Data: A: exim-users Assumpte: [exim] Re: no reply to STARTTLS
Andreas Metzler wrote: > Jürgen Herz <jherz@???> wrote:
> [...]
>> Now I'm quite puzzled, but after some searches it looks like a common
>> problem. ldd says exim4 is linked against libgnutls.so.11 as well as
>> libssl.so.0.9.7.
> [...]
>
> That's because ldd lists indirect linking. e.g. for exim this can be
> caused by:
>
> exim linked against gnutls
> exim linked against libpq.so.3 (Postgresql)
> libpq.so.3 linked against libssl
>
> Use
> objdump -p /usr/sbin/exim4 | grep NEEDED
> to only list direct dependencies.
Oh thanks, don't have much experience with ldd. So with direct
dependencies just libgnutls.so.11 shows up.