This is a discussion on Courier-Imap - trouble installing with "make" within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi all, When I try to install Courier-Imap to work with qmail I get an error during the "...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
When I try to install Courier-Imap to work with qmail I get an error during the "make" process. Here' the error. ******************************** maildirsearch.h:97: syntax error before `;' token make[2]: *** [maildirsearchC.o] Error 1 make[2]: Leaving directory `/tmp/mystuff/qmailrocks/courier-imap-2.0.0/maildir' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/mystuff/qmailrocks/courier-imap-2.0.0/maildir' make: *** [all-recursive] Error 1 ******************************** Does it have something to do with the C++ Standard Template Library? I think i already have the necessary packages and libraries installed. Here's my "rpm -qa | grep gcc" output; [root@SP0021 courier-imap-2.0.0]# rpm -qa | grep gcc compat-gcc-7.3-2.96.118 libgcc-3.2.2-5 compat-gcc-c++-7.3-2.96.118 gcc-c++-3.2.2-5 gcc-3.2.2-5 [root@SP0021 courier-imap-2.0.0]# rpm -qa | grep std libstdc++-devel-3.2.2-5 compat-libstdc++-7.3-2.96.118 libstdc++-3.2.2-5 compat-libstdc++-devel-7.3-2.96.118 Can anyone please help me to rectify this problem... Thanks in advance, Hiranya www.aurigasys.com *************************** |