php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11132 apxs load segfault
Submitted: 2001-05-26 16:03 UTC Modified: 2001-05-27 23:03 UTC
From: ben_fortunate at hotmail dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.5 OS: linux 2.4.4 (slackware)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ben_fortunate at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-05-26 16:03 UTC] ben_fortunate at hotmail dot com
when compiled with --with-apxs and --with-mysql, apache 1.3.20 segfaults when trying to start
(apachectl: line 171: *changing_number* Segmentation fault        $HTTPD)

When using --with-apxs and --with-mysql=DIR, apache error on start:
Cannot load $APACHE_DIR/libexec/libphp4.so into server: libmysqlclient.so.10: cannot open shared object file: No such file or directory

The above two happened repeatedly on 3 different systems. There are also a large number of other options enabled with the above 2:
--with-pdflib=DIR
--with-openssl=DIR
--enable-bcmath
--enable-tran-sid
--enable-ftp
--with-jpeg-dir
--with-tiff-dir
--with-zlib
--with-bz2
--enable-calendar
--with-ttf=DIR
--with-gd=BUILD_DIR
--enable-gd-native-ttf
--with-png-dir
--with-pfpro
--enable-inline-optimization
--enable-memory-limit
--with-xpm

When using --with-apache=DIR and --with-mysql=DIR the segfault on line 171 of apachectl is repeated.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-27 13:29 UTC] derick@php.net
This crash is in apachectl, and not in PHP. Please report this
bug to the Apache ppl.

Derick
 [2001-05-27 23:03 UTC] sniper@php.net
You haven't run /sbin/ldconfig and your /etc/ld.so.conf misses the path to the mysql libs.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 08:01:30 2025 UTC