php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4970 when typing apachectl restart i get " 11566 segmentation fault core dumped
Submitted: 2000-06-12 06:39 UTC Modified: 2000-08-06 20:36 UTC
From: lazybrain at hotmail dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: mandrake 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lazybrain at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-06-12 06:39 UTC] lazybrain at hotmail dot com
I read the install file 3-4 times. I have the latest
version of apache installed. I tried both 
ways of installing the static and the dynamic.

If i comment out the two lines for the php4
modules in /etc/httpd/conf/httpd.conf 

I can restart apache fine.

otherwise when restarting apache i get "11566 segmentation fault core dumped".

any suggestions?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-06 20:36 UTC] rasmus@php.net
Not nearly enough information to go on here.  A possible cause is that you are using a version of the mysql client library linked against pthreads.  Recompile your mysql client library from source to fix this.  You could also be using another Apache module that uses a different version of the mysql client library.  Use --with-mysql=/usr/local (or whatever is appropriate for you) to make sure PHP uses that same library.
But, without more information, like your configure switches, it is impossible to help you further.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 20:01:31 2024 UTC