On Friday, August 9, 2002, at 11:20 PM, Matt Dainty wrote: > My httpd appears to have the expat/XML symbols still, but as Apache > starts up and works for all other content, I'm thinking this isn't the > problem.
You may think that's not the problem, but you'd be wrong ;-) The other requests you're serving aren't using the XML libraries. XPathScript tries to use expat (via XML::Parser/XML::XPath) and finds symbol conflicts there, causing a segfault. If you install libexpat before installing Apache, a new compile of apache should pick up that libexpat and use that instead, which will fix the problems. Matt. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
