From: Darryl Miles <darryl-mailinglists@netbauds.net>
To: Bruce Bailey <bruce1828@hotmail.com>
CC: gcc-help@gcc.gnu.org
Subject: Re: FW: C++ PHP Extension Segfaults Under Apache.
Date: Thu, 10 May 2007 22:00:41 +0100
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