voytek at sbt.net.au
2014-Mar-10 09:49 UTC
[Dovecot] Pigeonhole Sieve Extprograms dovecot path?
trying to install Pigeonhole Sieve Extprograms how do I determine what is correct path for dovecot.config ? I did the hg clone http://hg.rename-it.nl/pigeonhole-0.3-sieve-extprograms/ './autogen.sh' seemed to have worked, but './configure' fails with # ./configure --with-dovecot=/usr/local/lib/dovecot ... checking whether to build static libraries... yes checking for dovecot-config in "/usr/local/lib/dovecot"... not found configure: configure: Use --with-dovecot=DIR to provide the path to the dovecot-config file. configure: error: dovecot-config not found or ... checking for dovecot-config in "/usr/lib64/dovecot"... not found configure: configure: Use --with-dovecot=DIR to provide the path to the dovecot-config file. configure: error: dovecot-config not found # whereis dovecot dovecot: /usr/sbin/dovecot /etc/dovecot /usr/lib64/dovecot /usr/libexec/dovecot /usr/share/man/man1/dovecot.1.gz # dovecot --version 2.1.17 # uname -a Linux 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
On 03/10/2014 09:49 AM voytek at sbt.net.au wrote:> ? > # ./configure --with-dovecot=/usr/local/lib/dovecot > ... > checking whether to build static libraries... yes > checking for dovecot-config in "/usr/local/lib/dovecot"... not found > configure: > configure: Use --with-dovecot=DIR to provide the path to the > dovecot-config file. > configure: error: dovecot-config not found > > ? > # dovecot --version > 2.1.17 > # uname -a > Linux 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 > x86_64 x86_64 GNU/LinuxDid you compile Dovecot from source? Then the dovecot-config file will be located in the top source directory of Dovecot. Otherwise install the matching dovecot-devel RPM. Then you'll find dovecot-config in /usr/lib/dovecot. Regards, Pascal -- The trapper recommends today: f007ba11.1406919 at localdomain.org