Hi, I've got AxKit happily set up on a Linux box, and am now trying to achieve a similar setup on a Solaris box. However, I've run into some problems, the latest of which has got me stumped. When I try to load a page I get the following in my Apache error_log:
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] styles not
cached - calling $provider->get_styles()
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
creating XML::Parser
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
calling XML::Parser->parse('/opt/apache/htdocs/xml/index.xsp')
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
parse returned successfully
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] Calling
GetMatchingProcessors with (screen, , , , )
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] Caught an
exception
[Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] [DECLINED]
From: /usr/perl5/site_perl/5.005/Error.pm : 148
Any ideas?
None. Very odd indeed. What does your file look like (first 3 lines will suffice)?
I'm curious about why one gives 'xs_get_styles' and the other just 'get_styles', as my configuration appears to be the same on both
The xs_ one means axkit found libxml2 at compile time, so it has used that instead of the slightly slower technique of just using XML::Parser.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
