On Tue, Mar 19, 2002 at 02:11:13PM +0000, Stefan Kruger wrote: > Hi there, > > I'm new to this, so bear with me -- I've probably done something stupid.
Not you, apache. > Any ideas? Check to see if Apache's got expat linked in, XPathScript seems to be dying when it's about to parse some XML and it uses an external expat lib (via XML::Parser) while Apache might have on linked in. Try this incantation from the AxKit FAQ ( http://axkit.org/faq.xml ): strings /path/to/apache/bin/httpd | grep -i XML If that shows up some expat symbold in the httpd, rebuild your httpd as the FAQ suggests :) - Barrie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
