>
> Yes it does. I'm certain it does.
If make test is ok, we need a stackbacktrace. Compile Embperl with debug
support
perl Makefile.PL debug
make install
then start gdb
gdb /path/to/httpd
set args -f /path/to/your/httpd.conf -X
r
-> Now request the page that segfaults, after gdb reports the
--- Gerald Richter <[EMAIL PROTECTED]> wrote:
>
>
> > EMBPERL_SESSION_MODE 2
> >
> > Was the killer argument. With it commented out,
> all
> > works fine. So the problem must lie with
> > Apache::SessionX
>
> Does make test work correctly? If not we should
> solve this first, because
> make
> EMBPERL_SESSION_MODE 2
>
> Was the killer argument. With it commented out, all
> works fine. So the problem must lie with
> Apache::SessionX
>
Does make test work correctly? If not we should solve this first, because
make test should test all this things and show us what goes wrong...
Gera