Hi,
I have the following setup... Please help:
Redhat 9 Small
Sendmail (for now... going to upgrade to either Postfix or qmail)
I'd like to install courier-imap and did managet to get the latest source. But when trying to configure, error messages on missing library occurred (fixed that w/ RPMs from Redhat).
After ./configure, I tried to "make" from the source, but it gave me this error:
Code:
... snip....
Compiling maildirsearch.c
source='maildirsearchC.cpp' object='maildirsearchC.o' libtool=no \
depfile='.deps/maildirsearchC.Po' tmpdepfile='.deps/maildirsearchC.TPo' \
depmode=none /bin/sh ./../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -c -o maildirsearchC.o `test -f 'maildirsearchC.cpp' || echo './'`maildirsearchC.cpp
In file included from maildirsearchC.cpp:7:
maildirsearch.h:97: syntax error before `;' token
make[2]: *** [maildirsearchC.o] Error 1
make[2]: Leaving directory `/home/shun.chu/courier-imap-3.0.3/maildir'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/shun.chu/courier-imap-3.0.3/maildir'
make: *** [all-recursive] Error 1
Any ideas what else I need? Or can someone tell me where I can just get an RPM and get this over with?? I tried getting it from
www.courier-mta.org, but it seems to have been down...
Found another copy at
www.qmailtoaster.com. But "rpm -i [package]" doesn't seem to install it... just unpacks a lot of stuff to /usr/src/redhat/
Thanks...