Hi,

I have built the mod_perl as 

$perl Makefile.PL \
    USE_APXS=1 \
    WITH_APXS=/usr/local/apache/bin/apxs \
    EVERYTHING=1 

and i have built and installed Axkit.

 httpd.conf for Axkit file is looking like this

    PerlModule AxKit
    SetHandler axkit
    AxCacheDir /tmp/axkit_cache/
    AxAddStyleMap text/xsl                 
Apache::AxKit::Language::LibXSLT
    AddHandler axkit .xml
    AddHandler axkit .xsp
    AddHandler axkit .dkb
    AxDebugLevel 10
    PerlSetVar AxXPSInterpolate 1 


--- Matt Sergeant <[EMAIL PROTECTED]> wrote: > On
Thursday, Jan 30, 2003, at 06:23 Europe/London,
> 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.


__________________________________________________
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]

Reply via email to