Tomi Hakala
2006-Mar-29 16:33 UTC
[Dovecot] Solution to Dovecot-lda configure problem on RHEL4/FC4
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