apache+mod_ssl + php4 crashes

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Mar 26 08:14:04 PST 2004


On Fri, Mar 26, 2004 at 02:11:26PM +0100, Heinrich Rebehn wrote:

> I experimented with PHP config options and found out:
> 
> make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX 
> -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB ==> httpd runs
> 
> make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX 
> -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB -DWITH_DOMXML ==> 
> httpd dumps core

Excellent work.  You should certainly report this to the port's
maintainer.
 
> So DOMXML seems to be the problem, but why??? What is it good for anyhow?

'DOM' is the Document Object Model: 

    http://www.w3.org/DOM/ 
    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

-- 
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040326/20687ef2/attachment.bin


More information about the freebsd-questions mailing list