From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 02:16:49 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 0C4B01065671 for ; Mon, 10 Mar 2008 02:16:49 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi029.prodigy.net (nlpi029.sbcis.sbc.com [207.115.36.58]) by mx1.freebsd.org (Postfix) with ESMTP id D4ECB8FC14 for ; Mon, 10 Mar 2008 02:16:48 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from [192.168.1.2] (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi029.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m2A2GhOO014407; Sun, 9 Mar 2008 21:16:46 -0500 Message-ID: <47D49A0C.4090801@chrismaness.com> Date: Sun, 09 Mar 2008 19:16:44 -0700 From: Chris Maness User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Mel References: <47D4641B.9080609@chrismaness.com> <200803092346.41551.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200803092346.41551.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org 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 02:16:49 -0000 Mel wrote: > On Sunday 09 March 2008 23:32:00 Erik Wilson wrote: > >> On Sun, Mar 9, 2008 at 6:26 PM, Chris Maness wrote: >> >>> I am having apache core dump after I install php5 with the apache >>> module. It runs fine without the module directives that are >>> automagically added to the http.conf file, but after it is compiled and >>> installed my main log (var log messages) indicates a core dump. >>> >> Have you upgraded to the latest version of apache to go with the latest >> version of php5? Perhaps you have an older version that isn't binary >> compatible with the latest compiled php. >> > > Bogus. Php works with any apache version it supports. > > Chris: juggle order of /usr/local/etc/php/extensions.ini, see archive for > discussion as to why this can't be handled normally. > > 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. Chris