From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 08:14:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE5516A4CE for ; Fri, 26 Mar 2004 08:14:04 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3095743D41 for ; Fri, 26 Mar 2004 08:14:03 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i2QGDqIp026300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Mar 2004 16:13:52 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i2QGDq7d026299; Fri, 26 Mar 2004 16:13:52 GMT (envelope-from matthew) Date: Fri, 26 Mar 2004 16:13:52 +0000 From: Matthew Seaman To: Heinrich Rebehn Message-ID: <20040326161352.GA26087@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Heinrich Rebehn , freebsd-questions@freebsd.org 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> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <40642BFE.7030902@ant.uni-bremen.de> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,UPPERCASE_25_50 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040316, clamav-milter version 0.67l cc: freebsd-questions@freebsd.org Subject: Re: apache+mod_ssl + php4 crashes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 16:14:04 -0000 --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--