From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 19:26:34 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 C989416A4CE for ; Wed, 7 Jul 2004 19:26:34 +0000 (GMT) Received: from magellan.palisadesys.com (magellan.palisadesys.com [192.188.162.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E36943D31 for ; Wed, 7 Jul 2004 19:26:34 +0000 (GMT) (envelope-from ghelmer@palisadesys.com) Received: from [192.188.162.240] (ghelmer@volans.palisadesys.com [192.188.162.240]) (authenticated bits=0)i67JQWaO037272; Wed, 7 Jul 2004 14:26:33 -0500 (CDT) (envelope-from ghelmer@palisadesys.com) Message-ID: <40EC4E68.7060104@palisadesys.com> Date: Wed, 07 Jul 2004 14:26:32 -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: <226EDBC1-CC96-11D8-BF01-000A2791B6EC@illusionart.com> In-Reply-To: <226EDBC1-CC96-11D8-BF01-000A2791B6EC@illusionart.com> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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: Wed, 07 Jul 2004 19:26:34 -0000 Vonleigh Simmons wrote: >> 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. > > > Makes sense. At first I couldn't update it because of conflicts > with older versions of expat and libtool. After some deinstalling and > reinstalling it finally compiled and that's when the core dumps started. > > What does expat for apache do? What things will be different and > what problems could I run into by compiling it without expat? Last, > since I'm fairly new at this, all I have to do is: > > make APACHE_WITHOUT_EXPAT=YES > > Or is it more involved? Thanks. > I'm not sure what the built-in expat provides. On my systems, Apache works OK without it. I've set APACHE_WITHOUT_EXPAT=YES in /etc/make.conf so it will always be set when I rebuild Apache. It will work to set it on the command line, also. Guy