Date: Wed, 07 Jul 2004 14:26:32 -0500 From: Guy Helmer <ghelmer@palisadesys.com> To: Vonleigh Simmons <nospam@illusionart.com> Cc: freebsd-current@freebsd.org Subject: Re: Apache13+mod_ssl and mod_php4 core dumping Message-ID: <40EC4E68.7060104@palisadesys.com> In-Reply-To: <226EDBC1-CC96-11D8-BF01-000A2791B6EC@illusionart.com> References: <226EDBC1-CC96-11D8-BF01-000A2791B6EC@illusionart.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40EC4E68.7060104>