Hi,
Axkit Got worked atlast.. I have compiled Apache
without PHP. But what should i do if i want php to run
with Axkit.
Error log my Apache server is...
[Thu Jan 30 15:37:10 2003] [warn] [client 192.168.1.3]
[AxKit] fast handler called for /testxml/test.xml
[Thu Jan 30 15:37:11 2003] [warn] [client 192.168.1.3]
[AxKit] some condition failed. recreating output
Thanks a lot
Prabhu M.K
--- Matt Sergeant <[EMAIL PROTECTED]> wrote: > On
Thursday, Jan 30, 2003, at 06:23 Europe/London,
> Prabhu M.K. wrote:
>
> > Hi,
> > Thanks for the reply...
> >
> > I have done as u said, but no improvment...
> > Even my php is not working if i run apache with
> axkit.
> > It is giving me the same error
> >
> > [Wed Jan 29 17:14:00 2003] [error] Can't call
> method
> > "StackTrace" on an undefined value at
> >
>
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache/AxKit/
>
> > Exception.pm
> > line 11
> >
> > Did I miss any dependencies for Axkit...
>
> My guess is that AxKit is failing (throwing an
> exception) even before
> it gets the config object back. Which means it's
> probably dying in
> ConfigReader->new(), which is unfortunate because
> those bugs are REALLY
> hard to track down.
>
> Basically it can only mean an error in your
> configuration as far as I
> can tell. Here are the things it might croak on
> (this is C I'm afraid):
>
> if (r == NULL) {
> croak("_get_config: Unexpected
> request_rec = NULL");
> }
>
> if (r->per_dir_config == NULL) {
> croak("_get_config: Unexpected
> per_dir_config = NULL");
> }
> if (r->server == NULL ||
> r->server->module_config == NULL) {
> croak("_get_config: Unexpected
> r->server->module_config =
> NULL");
> }
>
> The best thing now is to show a bit more of your
> httpd.conf and hope we
> can figure it out from that ;-)
>
> Matt.
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]