Thomas wrote:
> > I have some problems installing mod_perl.
> > My system is a Mandrake 7.0 Kernel 2.2.14.
> > I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a
> > with DSO. Next, I compiled php4RC2 with apxs and
> > apache runs correctly.
> > But after installing mod_perl with:
> > perl Makefile.PL USE_APXS=1 WITH_APXS=/home/httpd/bin/apxs EVERYTHING=1
> > make
> > make install
> > i become an error: document contains no data ...
> > In the error_log i have the warning:
> > .... [warn] xxxxx pid child stopped, segmantation fault (11)
> > If i deactivate mod_perl the server runs correctly.
> 
> what version of Perl?  what version of mod_perl?  if Perl 5.6.0, try
> rebuilding Perl with:
> % Configure -des -Uuselargefiles

that shouldnt really matter, since its a signal 11 from a
process, then its either :

a) hardware fault, check the load time on the server without
    mod_perl and see if it significantly jumps up (or peaks) 
    when you PerlModule in mod_perl
or
b) you need to upgrade your gcc, some gcc's compile 'dubious'
    instructions under certain cases (-O3 apache generates a
    sig 11 on my dual celeron here, but -O1 doesnt. go figure,
    but its probably due to the several o/c chips ;)

Currently running here : Apache 1.3.12, mandrake 7.1, mod_perl 1.24,
mod_ssl 2.6.4 (with openssl 0.94) and gcc version 2.95.3 19991030
(prerelease)
(obtained from gcc -v ;)

Works fine, no problems. 
regards
^Stefs^
(oh. for what its worth, try running mod_perl without mod_php, i
know that they should work together, but since Im a perl bigot I
never really compiled in php{anyversion})

Reply via email to