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.
Search Criteria
Package Details: pigeonhole-hg 1381-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-02-18)
| Package Base: | pigeonhole-hg |
|---|---|
| Description: | Fully rewritten Sieve implementation for Dovecot v2.0 |
| Upstream URL: | http://pigeonhole.dovecot.org/ |
| Category: | network |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2010-08-17 20:22 |
| Last Updated: | 2010-08-17 22:53 |
Latest Comments
Anonymous comment
Comment by mr_spuck
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
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
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
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.