On Wed, 13 Dec 2000, Dr. Fredo Sartori wrote:

> Apache produces segmentation faults when receiving arbirary 
> requests.
> 
> I am running apache-1.3.14 with php-4.0.3pl1, mod_ssl-2.7.1 and 
> mod_perl-1.24_02 (from the CVS tree) on solaris 2.7. 
> The perl version installed is 5.6.0.
> 
> According to the backtrace of gdb the problem seems to be
> located in mod_perl:
> 
>     #0  0x71170 in perl_header_parser (r=0x449040) at mod_perl.c:1021

this is the uselargefiles bug.
Makefile.PL should have told you:

Your Perl is uselargefiles enabled, but Apache is not, suggestions:
    *) Rebuild Apache with CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
    *) Rebuild Perl with Configure -Uuselargefiles
    *) Let mod_perl build Apache (USE_DSO=1 instead of USE_APXS=1)

#2 is probably the best route, since php+mod_ssl would probably also need
the #1 flags.

Reply via email to