On Wed, 2010-10-06 at 17:47 +0200, [email protected] wrote: > The libs needed for several executables in libexec such as > /usr/libexec/dovecot/managesieve-login are not installed in /usr/lib64 but > in /usr/lib64/dovecot. Therefore the executable will fail to run: > > ldd /usr/libexec/dovecot/managesieve-login > libdovecot-login.so.0 => not found > libdovecot.so.0 => not found > To me this looks like a bug in the generated Makefile.
There should be -R/usr/lib64/dovecot parameter in the linking command. Do you have a different -R path or no path at all? What is the full linking command for managesieve-login?
