From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 22:51:01 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 D25D0106566B for ; Sun, 9 Mar 2008 22:51:01 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi015.prodigy.net (nlpi015.sbcis.sbc.com [207.115.36.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7258FC1E for ; Sun, 9 Mar 2008 22:51:01 +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 nlpi015.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m29MouQV030328; Sun, 9 Mar 2008 17:50:56 -0500 Message-ID: <47D469D0.7080903@chrismaness.com> Date: Sun, 09 Mar 2008 15:50:56 -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: Sun, 09 Mar 2008 22:51:01 -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 my php finishes building ;o)