hi all,
I'm trying this in 2 different stock RH 7.3 boxes, following Bill's steps with the latest snapshot of courier-imap:
tar -xjf tar/courier-imap-2.2.2.20040207.tar.bz2 cd courier-imap-2.2.2.20040207 # build as vpopmail chown -R vpopmail:vchkpw ../courier-imap-2.2.2.20040207 su vpopmail # configure may take some time... ./configure # note: redhat 9 users need to add "--with-redhat"
comment 1: it seems to be necessary add "--with-redhat" even in RH7.3
I have removed the "9" from the comment.
comment 2: make fails exiting with:
".... make[2]: Entering directory `/var/src/courier-imap-2.2.2.20040207/unicode' Compiling big5.c big5.c: In function `c2u_doconv': big5.c:311: parse error before `ucv' big5.c:318: `ucv' undeclared (first use in this function) big5.c:318: (Each undeclared identifier is reported only once big5.c:318: for each function it appears in.) make[2]: *** [big5.o] Error 1 make[2]: Leaving directory `/var/src/courier-imap-2.2.2.20040207/unicode' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/src/courier-imap-2.2.2.20040207/unicode' make: *** [all-recursive] Error 1 "
When I switched back to courier-imap-2.2.1.tar.bz2 and re-try, it compiles smoothly as usual.
The only thing 2.2.1 is missing is vlimits support. That's why I used the pre-release. Hopefull this will be fixed by the final release. It does work fine on RH 9, fwiw.
Thanks,
Bill Shupp