On Thu, 20 Apr 2000 [EMAIL PROTECTED] wrote:

> Hi, After much fast progress buiding a new machine, I'm stuck.
> This is a vanilla RH6.2 box with almost nothing on it.. no
> residue from RPM perl or httpd (deselected at machine blast time).
> 
> I've built perl 5.6.0 (all tested out ok), also built apache 1.3.12
> both with and without Ben-SSL (all tested out ok).
> 
> The most basic Modperl 1.22 install attempt fails though: just with
> a simple perl Makefile.PL and let it build vanilla httpd next door.
> 
> It builds a binary, and make test starts it, chucks a few requests
> and it core dumps. The trace is below, followed at the end by
> the perl -V output.
> 
> The segfault comes in the third test .. "GET LoadClass.pm", just
> after it looks around for some .htaccess files

if you could build mod_perl with PERL_DEBUG=1, then in mod_perl-1.22 run:

% gdb ../apache-x.x.x/src/httpd
(gdb) httpd

and in another window in the mod_perl-1.22 directory run:

% make run_tests

then send the output of:

(gdb) bt



Reply via email to