php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23294 Apache 2.0.45 PHP 4.3.x with sablot install Error
Submitted: 2003-04-21 06:10 UTC Modified: 2003-04-21 09:25 UTC
From: yrh at itl dot iii dot org dot tw Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.0 OS: Redhat 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 40 = ?
Subscribe to this entry?

 
 [2003-04-21 06:10 UTC] yrh at itl dot iii dot org dot tw
When i  installed the Apache 2.0.45 ,PHP 4.3.0, postgres ,and Sablot 0.98 on RedHat 8.0. 
fist i install the apache server. Then i start up it. find it's good.
next install postgres ,good.
then install expat1.95.2+Sablot 0.98, 
add /etc/ld.so.conf the /usr/local/lib
execute "ldconfig"
good.
finally i config php as follow

xxxx>LDFLAGS="-lstdc++" ./configure --prefix=/usr/local --with-apxs2=/usr/local/apache/bin/apxs --with-pgsql=/usr/local/pgsql --enable-track-vars --with-xml --enable-xslt --with-xslt-sablot

ok.
make and make install .
There are no error 
But when i want to restart apache. the apache show the error message as follow

Cannot load /usr/local/apache/modules/libphp4.so into server: /usr/local/lib/libsablot.so.0: undefined symbol: __gxx_personality_v0

what i need to do ?
the sound like include error,but how to solve the problem?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-21 09:25 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

And this is not PHP problem..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 18:01:31 2024 UTC