Date: Fri, 26 Mar 2004 16:13:52 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Heinrich Rebehn <rebehn@ant.uni-bremen.de> Cc: freebsd-questions@freebsd.org Subject: Re: apache+mod_ssl + php4 crashes Message-ID: <20040326161352.GA26087@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <40642BFE.7030902@ant.uni-bremen.de> References: <40582439.7060403@ant.uni-bremen.de> <20040317124000.GD26606@happy-idiot-talk.infracaninophile.co.uk> <405850A2.3060509@ant.uni-bremen.de> <20040317145808.GA29859@happy-idiot-talk.infracaninophile.co.uk> <4062DE26.2050305@ant.uni-bremen.de> <20040325140758.GA84635@happy-idiot-talk.infracaninophile.co.uk> <40642BFE.7030902@ant.uni-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 26, 2004 at 02:11:26PM +0100, Heinrich Rebehn wrote: > I experimented with PHP config options and found out: >=20 > make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX=20 > -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB =3D=3D> httpd runs >=20 > make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX=20 > -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB -DWITH_DOMXML =3D= =3D>=20 > httpd dumps core Excellent work. You should certainly report this to the port's maintainer. =20 > So DOMXML seems to be the problem, but why??? What is it good for anyhow? 'DOM' is the Document Object Model:=20 http://www.w3.org/DOM/=20 http://xml.coverpages.org/dom.html As the -DWITH_DOMXML flag turns on linking against libxml2, but -DWITH_XML turns on linking against expat2, I wonder if there could be an incompatibility between those two libraries. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAZFbAdtESqEQa7a0RAqseAKCCUzRvKIL5rNw1EgNJD7RbShs1lQCfdAEU DwipSBSL1GK2uEmfclPstc8= =ZP9C -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040326161352.GA26087>