18 Aug
2010
18 Aug
'10
5:29 p.m.
On Wed, Aug 18, 2010 at 02:02:13PM +0100, Timo Sirainen wrote:
Does "ldd /usr/libexec/dovecot/managesieve-login" show that it finds libdovecot-login.so.0?
Without symlinks in /usr/lib/ ldd looks like this:
ldd /usr/lib/dovecot/managesieve-login linux-gate.so.1 => (0xb77b8000) libdovecot-login.so.0 => not found libdovecot.so.0 => not found libc.so.6 => /lib/libc.so.6 (0xb7662000) /lib/ld-linux.so.2 (0xb77b9000)
For some reason managesieve-login ignores the libs it was compiled against and only looks into /usr/lib for the libs.
What OS is this?
Arch Linux
-- The best thing about a boolean is even if you are wrong, you are only off by a bit.