php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4147 apache crashes when trying to load libphp3.so
Submitted: 2000-04-14 14:27 UTC Modified: 2000-04-14 14:37 UTC
From: otterson at yahoo dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.16 OS: RedHat 6.0
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: otterson at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-04-14 14:27 UTC] otterson at yahoo dot com
Hi,
  I am using Apache 1.3.12, MySQL 3.22.32 and PHP 3.0.16.  I am using
./configure --with-axps=/usr/local/apache/bin/axps --with-mysql 

to build the shareable module for apache.

I do a make, then a make install.

When I run 
/usr/local/apache/bin/httpd -X 
I get a Segmentation Fault.

Trying the suggested method for capturing a traceback fails:

gdb /usr/local/apache/bin/httpd
run -X

does not generate a traceback, it just reports
"Cannot access memory at address 0x403510d0"

I built apache from the tarballs, mysql from a rpm --rebuild on the source rpm and installed the resulting binary rpms.

If I configure and rebuild without the --with-mysql then PHP appears to work fine...  except I have no database access

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-14 14:37 UTC] rasmus at cvs dot php dot net
If you rebuild MySQL without pthreads in the client library this problem will go away.  Either get the plain tarball sources for MySQL or edit the spec file and modify it to build the client libs without pthreads.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jun 01 12:01:26 2025 UTC