> I'm having some problems with running configure to build the binaries for > xmlsecurity. The conf.log file is attached. Can someone help sort out > these problems? It would be very much appreciated.
Looks to me like you've got a Xerces-C 2.x that's built with Sun's compiler and then you're trying to build this with gcc. You can't mix them. There may also be library path issues causing trouble, but it looks more like a compiler mismatch to me. Run ldd against libxerces-c and see what it's linked to. libCrun would indicate Sun's and libstdc++ would be gcc. -- Scott