Using this guide, i installed Pigeonhole 0.4.6 after first upgrading Dovecot to 2.2.15.
I followed the following commands:
All went fine (as in; i don't see any compilation errors)
But when arriving at this line:
I get the following error:
I have no clue where to find it.. Any body able to help me?
I followed the following commands:
Code:
> cd /usr/local/src
> wget [url]http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.6.tar.gz[/url]
> tar -zxvf dovecot-2.2-pigeonhole-0.4.6.tar.gz
> cd dovecot-2.2-pigeonhole-0.4.6
> ./configure --prefix=/usr
> make && make install
All went fine (as in; i don't see any compilation errors)
But when arriving at this line:
Code:
> mkdir /var/lib/dovecot/sieve/
> touch /var/lib/dovecot/sieve/default.sieve
> [B]sievec /var/lib/dovecot/sieve/default.sieve[/B]
> chown mail:mail /var/lib/dovecot/sieve/* -R
I get the following error:
Code:
sievec: error while loading shared libraries: libdovecot-sieve.so.0: cannot open shared object file: No such file or directory
I have no clue where to find it.. Any body able to help me?