I have been unable to get AxKit to work with XML::LibXML 1.55 or 1.56.
I've tried it on both RH9 and my Gentoo desktop. Both are running a
compiled version of perl 5.8.0 and AxKit 1.62.
When I try to access even the simplest of XML documents, I received the
following in my error logs:
[Wed Sep 10 10:25:03 2003] [notice] child pid 3198 exit signal Segmentation fault (11)
By adding print STDERR statements, I've tracked the source of the error
to line 83 of Apache::AxKit::Provider:
$xml_doc = $parser->parse_fh($fh, $self->{apache}->uri());
That $fh is obtained from Apache::AxKit::Provider::File::get_fh, which
is using Apache->gensym() to obtain the file handle. I don't really
understand why that might cause problems and I am able to read the
contents of $fh using <>.
Is anyone else experiencing this? Thanks.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]