David Hubbard writes:
I can't get maildrop to compile on 64-bit centos 4.4, aka rhel 4. I can post the full error list if it would be helpful but the errors start with maildirkeywords4.cpp and there are what looks like several hundred lines that spit out after that. I couldn't find anything useful searching. Basically starts like this:In file included from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6/bit s/stl_tree.h:66, from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6/set :66, from maildirkeywords.h:435, from maildirkeywords4.cpp:9: /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6/bit s/stl_algobase.h:64:28: bits/c++config.h: No such file or directory and continues on from there. Maybe I'm missing something on the server that the build needs but didn't check for?
You're missing a core C++ development library, libstdc++-devel. That's a fairly basic, core package.
You ain't compiling any C++ code without it, not just maildrop.
pgpEvb3q25dmS.pgp
Description: PGP signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
