From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:47:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABCE16A4B3 for ; Mon, 22 Sep 2003 09:47:28 -0700 (PDT) Received: from mx1.clickcom.com (mx2.clickcom.com [209.198.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D6444011 for ; Mon, 22 Sep 2003 09:47:25 -0700 (PDT) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by mx1.clickcom.com (email) with ESMTP id DF899559E2; Mon, 22 Sep 2003 12:47:24 -0400 (EDT) From: "John Straiton" To: "'H. Bartel'" , Date: Mon, 22 Sep 2003 12:41:21 -0400 Message-ID: <011301c38128$5e013c00$1916c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Subject: RE: apache error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 16:47:29 -0000 X-List-Received-Date: Mon, 22 Sep 2003 16:47:29 -0000 Normally when I've seen this error in the past, it's been because of a module for php that isn't too happy with the state of affairs. What you might do is rebuild php without any modules and see if it still coredumps. If not, keep adding them back one by one until it dies again and then you'll know which module is killing it. I've had problems time and time again with libmcrypt being the culprit. I've yet to find a cure other than reinstalling libmcrypt and trying again. Once to the extent of pkg_delete'ing everything on the machine and building it back up to restore php functionality. John Straiton jks@ clickcom.com Clickcom, Inc 704-365-9970x101 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of H. Bartel > Sent: Monday, September 22, 2003 7:55 AM > To: freebsd-questions@FreeBSD.ORG > Subject: apache error > > > Hi, > > I did have apache running and then installed mod_php3 after I > already have installed mod_php4. Now I get the following > errors when I try to start apache: > > Segmentation fault (core dumped) > /usr/local/sbin/apachectl start: httpd could not be started > localhost /kernel: pid 183 (httpd), uid 0: exited on signal > 11 (core dumped) > > I would appreciate any solution to this. Thanks, > Holger > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >