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
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:
42 - 3 = ?
Subscribe to this entry?

 
 [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: Mon Apr 29 18:01:30 2024 UTC