From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 17:58:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D6616A4CE for ; Fri, 2 Jul 2004 17:58:16 +0000 (GMT) Received: from magellan.palisadesys.com (magellan.palisadesys.com [192.188.162.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F6B43D1F for ; Fri, 2 Jul 2004 17:58:16 +0000 (GMT) (envelope-from ghelmer@palisadesys.com) Received: from [192.188.162.240] (ghelmer@volans.palisadesys.com [192.188.162.240]) (authenticated bits=0)i62HuL1u091538; Fri, 2 Jul 2004 12:56:22 -0500 (CDT) (envelope-from ghelmer@palisadesys.com) Message-ID: <40E5A1C5.8030803@palisadesys.com> Date: Fri, 02 Jul 2004 12:56:21 -0500 From: Guy Helmer User-Agent: Mozilla Thunderbird 0.7 (X11/20040628) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vonleigh Simmons References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Apache13+mod_ssl and mod_php4 core dumping X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 17:58:16 -0000 Vonleigh Simmons wrote: > The box is an i386 with a P4, 1GB RAM. I installed apache using > add_pkg -r apache+mod_ssl, then installed PHP from ports (because I > need GD and a few other things). After installing PHP however, apache > core dumps on startup. If I eliminate the AddModule and LoadModule > lines, then it starts up fine. > > I've read a few other messages on the freeBSD lists that pointed > at DOMXML, PostgreSQL or MNGOSearch, but I'm not installing any of > these options at mod_php make time. > > This box should've been running two days ago, so any info is very > much appreciated. I believe I had to build apache+mod_ssl with the "APACHE_WITHOUT_EXPAT=YES" configuration to resolve this. ISTR that php's built-in expat conflicted with Apache's. Hope this helps, Guy Helmer