Bruce Bailey wrote:
It appears that if I link my top level "C" program (httpd, 'apache' in this case) with g++, my problem disappears. I suspect that this MIGHT be a problem with the gcc compiler. Has anyone heard of this pattern before?
Anything to do with GCC3 and GCC4, stdc++ libraries ?Run "ldd httpd" and "ldd all_my_dsos.so" and compare for same version of C++ libraries.
Darryl