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
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:
38 - 30 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC