I see the same problem
I downloaded from cvs - dovecot and dovecot-lda Did autogen, configure, make on dovecot (see autogen and configure scripts below)
[root@hoho0 cvs]# cat conf-dov-cvs-rdg.sh export ACLOCAL_FLAGS="-I /usr/share/aclocal/" ./autogen.sh 2>&1 | tee autogen.out
[root@hoho0 cvs]# cat conf-rdg.sh export CPPFLAGS=-I/usr/local/ssl/include export LDFLAGS="-L/usr/local/ssl/lib -ldl"
./configure
--without-deliver
--with-gnu-ld
--with-ldap
--with-pgsql
--with-mysql
--with-ssl=openssl
2>&1 | tee config.out
[root@hoho0 cvs]#
Then did autogen, configure on dovecot-lda and got hang before Makefile was generated (but script said it was generating Makefile)
My system is Fedora4 and is pretty up2date - maybe a week behind using updates, base, extras
[root@hoho0 cvs]# cat /proc/version Linux version 2.6.14-1.1637_FC4 (bhcompile@hs20-bc1-4.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 Wed Nov 9 18:19:37 EST 2005 [root@hoho0 cvs]#
I am running Dovecot and Postfix - seems pretty solid, but I would like to have the filtering done at incoming time.
Bob G
tomi hakala wrote on Thu Nov 17 22:41:51 EET 2005
Hello,
Has anyone succeeded on configuring and compiling Sieve capable Dovecot LDA on RHEL 4 x86_64 platform?
I am having problems with configure script hanging on sed while creating Makefiles.
# ./configure --with-dovecot=../dovecot .. checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing regcomp... none required checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no configure: creating ./config.status config.status: creating Makefile
Configure stops there, if I suspend job I see two running sed processes:
0:00 sed -f ./confstatC25247/subs-2.sed 1:28 sed -f ./confstatC25247/subs-3.sed
I already tried latest sed available from gnu.org with no change ..
-- Tomi Hakala