From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 18:20:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2805106566C for ; Mon, 10 Mar 2008 18:20:35 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id AD1E28FC15 for ; Mon, 10 Mar 2008 18:20:35 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id AEC8E1CCAC; Mon, 10 Mar 2008 10:20:34 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 10 Mar 2008 19:20:32 +0100 User-Agent: KMail/1.9.7 References: <47D4641B.9080609@chrismaness.com> <200803092346.41551.fbsd.questions@rachie.is-a-geek.net> <47D49A0C.4090801@chrismaness.com> In-Reply-To: <47D49A0C.4090801@chrismaness.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803101920.32918.fbsd.questions@rachie.is-a-geek.net> Cc: Chris Maness Subject: Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 18:20:36 -0000 On Monday 10 March 2008 03:16:44 Chris Maness wrote: > OK, after I was able to get apache to load without crashing, none of my > php aps worked correctly. I suppose this had to do with me deleting > > extensions.ini and only rebuilding php5 and not its dependencies. Well, > after rebuilding all of the deps, I now have a extensions.ini file again. > I tried re-arranging as suggested in the archive, but this did not solve > the problem. I am only having this issue on my 7.0-R box. 6.3-R seems to > be working ok, but I haven't been fooling with it. I am having the issue > on my test box. Hmm, "worked correctly" is about as broad as "slow internet". Can you be sure the errors are related? First try to make sure, the core dump is gone (php -v shouldn't coredump), then resolve the errors in your apps. They might be caused by different issues, like you're missing a module, paths changed, dunno. Will have to see the errors :) -- Mel Problem with today's modular software: they start with the modules and never get to the software part.