Sebastian Köhler
2010-Aug-18 10:09 UTC
[Dovecot] Pigeonhole: error while loading shared libraries
Hi, I built pigeonhole from the hg repo for Dovecot 2.0. Local sieve scripts work fine. But as soon as I try to connect via managesieve I get this errror: managesieve-login: Error: dovecot/managesieve-login: error while loading shared libraries: libdovecot-login.so.0: cannot open shared object file: No such file or directory My dovecot install is in /usr/lib/dovecot and I had to symlink the libs in the dovecot folder to /usr/lib to make managesieve work. My configure options were: "--prefix=/usr --with-dovecot=/usr/lib/dovecot" Sebastian -- The best thing about a boolean is even if you are wrong, you are only off by a bit. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20100818/8b8d240d/attachment-0002.bin>
Timo Sirainen
2010-Aug-18 13:02 UTC
[Dovecot] Pigeonhole: error while loading shared libraries
On Wed, 2010-08-18 at 12:09 +0200, Sebastian K?hler wrote:> managesieve-login: Error: dovecot/managesieve-login: error while loading > shared libraries: libdovecot-login.so.0: cannot open shared object file: > No such file or directoryDoes "ldd /usr/libexec/dovecot/managesieve-login" show that it finds libdovecot-login.so.0? What OS is this?