[Dovecot] Solution to Dovecot-lda configure problem on RHEL4/FC4
Tomi Hakala
tomi.hakala at clinet.fi
Wed Mar 29 19:33:35 EEST 2006
Hello,
After a long break from Dovecot I finally managed to compile Dovecot-lda
on RHEL 4 x86_64 platfrom. For some reason $LIBICONV translates to a
@LIBICONV@ on config.status which generates loop for sed. Solution is
to manually edit "configure" after autogen.sh.
In configure change line
s, at LIBICONV@,$LIBICONV,;t t
to
s, at LIBICONV@,,;t t
After this configure finishes succesfully.
Tomi
More information about the dovecot
mailing list