This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: C++ PHP Extension Segfaults Under Apache.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]