On Sat, Apr 27, 2002 at 10:02:28PM -0500, Bill Bradford wrote:
> On Sat, Apr 27, 2002 at 09:59:32PM -0500, Bill Bradford wrote:
> > root@chip:/www/apache/libexec> apachectl start
> > Syntax error on line 207 of /www/apache/conf/httpd.conf:
> > Cannot load /www/apache/libexec/libphp4.so into server: ld.so.1: 
>/www/apache/bin/httpd: fatal: relocation error: file /usr/local/lib/libsablot.so.0: 
>symbol __gxx_personality_v0: referenced symbol not found
> > /usr/bin/apachectl start: httpd could not be started

Okay, this was a GCC 3.0.4 bug.  Recompiled EVERYTHING with 2.95.3, and now
I'm getting:

root@chip:/usr/local/src/php-4.2.0> apachectl start
Syntax error on line 207 of /www/apache/conf/httpd.conf:
Cannot load /www/apache/libexec/libphp4.so into server: ld.so.1: 
/www/apache/bin/httpd: fatal: relocation error: file /usr/local/lib/libsablot.so.0: 
symbol __pure_virtual: referenced symbol not found
/usr/bin/apachectl start: httpd could not be started

>From researching, __pure_virtual is a c++ library symbol, but *everything* else
compiles and works fine (I rebuilt GCC from scratch).

Suggestions?  Sablot 0.90, Apache 1.3.24, PHP 4.2.0, latest expat.

Bill

-- 
Bill Bradford          "Fear leads to anger. Anger leads to hate. Hate leads
[EMAIL PROTECTED]       to using Windows for mission-critical applications."
Austin, TX                         -- What Yoda *meant* to say

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to