Package Details: pigeonhole-hg 1381-2

Package Base: pigeonhole-hg
Description: Fully rewritten Sieve implementation for Dovecot v2.0
Upstream URL: http://pigeonhole.dovecot.org/
Category: network
Licenses: LGPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 11
First Submitted: 2010-08-17 20:22
Last Updated: 2010-08-17 22:53

Dependencies (1)

Required by (0)

Sources

Latest Comments

Anonymous comment

2012-05-06 11:16

I adopted the package dovecot-sieve http://aur.archlinux.org/packages.php?ID=18554
updated it to the latest version and fixed the problem reported here.
I think that might make this package obsolete.

Comment by mr_spuck

2012-02-18 17:00

Dovecot 2.1.0 was released. PKGBUILD needs to be updated to the code tree. For more info http://pigeonhole.dovecot.org/download.html

Comment by pyther

2010-09-02 13:54

Thanks!

Maybe create dovecot.conf and copy it to /etc/ld.so.conf.d that way those libraries are in the ld path.

cat /etc/ld.so.conf.d/dovecot.conf
/usr/lib/dovecot

Anonymous comment

2010-09-02 01:27

I am the one who sent that message to the dovecot mailing list :)

As a workaround just create symlinks in /usr/lib to the dovecot libs.

Comment by pyther

2010-09-02 00:38

I'm getting some libraries not found errors:
[root@mongo dovecot-2.0-pigeonhole-build]# ldd /usr/lib/dovecot/managesieve-login
linux-gate.so.1 => (0xb777e000)
libdovecot-login.so.0 => not found
libdovecot.so.0 => not found
libc.so.6 => /lib/libc.so.6 (0xb7622000)
/lib/ld-linux.so.2 (0xb777f000)

Seems like this mailing list entry is the same exact problem: http://dovecot.org/pipermail/dovecot/2010-August/051859.html

I'm hoping someone might be able to fix it.