On 22 Apr 2000, Michael Poole wrote:

> I get a segfault on the first page access to Apache (it's just a
> request for / on the server).  Backtrace:
... 
> That line of mod_perl.c is "dPPDIR;"
> However, r->per_dir_config is NULL, so the get_module_config() call there
> ends up dereferencing a NULL pointer to generate the SEGV.

that's stange.  what options did you give mod_perl's Makefile.PL?
did mod_perl's 'make test' pass?
what request is the server handling when this happens?


Reply via email to