ID: 17064 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: XSLT related Operating System: Linux, kernel 2.4 PHP Version: 4.2.0 New Comment:
Ok, I did a bit of google searching as you suggested. As far as I can tell __gxx_personality_v0 is a gcc3.0 symbol. I bet you are mixing object files or libraries compiled with gcc3 with stuff compiled with gcc2.95. The fact that you said you tried with both is a good indication that you may have a mixture of both on your system. It is definitely not a common PHP building problem. If you can somehow prove otherwise, re-open. Previous Comments: ------------------------------------------------------------------------ [2002-05-07 01:35:23] [EMAIL PROTECTED] Yes, of course it loaded, and I don't see anybody else at the URL you provided with your problem. They seem to be just normal localized flailing trying to build PHP. ------------------------------------------------------------------------ [2002-05-07 01:24:29] [EMAIL PROTECTED] Yeah, it compiled, but did it load? Here is a google link: http://groups.google.com/groups?hl=en&safe=off&threadm=FWqB8.27804%24G%253.8933359%40typhoon.columbus.rr.com&rnum=2&prev=/groups%3Fq%3D__gxx_personality_v0%26hl%3Den%26safe%3Doff%26sa%3DG%26scoring%3Dd There are a few more, do a google search. As a side note, I installed everything from source. Anything I might have done wrong? Thanks! ------------------------------------------------------------------------ [2002-05-07 01:15:49] [EMAIL PROTECTED] Well, it compiled cleanly for me with the same versions of everything. Could you point us at another report of this same thing from someone else? ------------------------------------------------------------------------ [2002-05-07 01:11:55] [EMAIL PROTECTED] This bug prevents the use of Sablotron, via the PHP XSLT extension. Compiling PHP with Sablotron and XSLT support (--enable-xslt and --with-xslt-sablot) is successful, however, when one attemps to load the module into Apache, it does not load giving the following error: Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: __gxx_personality_v0 apachectl start: httpd could not be started It does not appear to be compiler related as I tried it with GCC 2.95.3 and 3.0.4. This does not appear to be an isolated problem, as there have been several messages from others on USENET related to the problem. Configure: --with-mysql --with-apxs --enable-xslt --with-xslt-sablot Versions: Apache: 1.3.24 Sablotron: 0.90 Expat: 1.95.2 PHP: 4.2.0 or 4.1.2 GCC: 2.95.3 or 3.0.4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17064&edit=1
