On Tue, 14 Aug 2001, Aleksandr Vladimirskiy wrote:

> 
> Hi all,
> 
> I am running a perl 5.6.0, mod_perl 1.26, apache 1.3.19 on Solaris 2.6. I
> get the following error in my logs:
> 
> [Tue Aug 14 10:45:10 2001] [notice] child pid 2630 exit signal
> Segmentation Fault (11)
> 
> It looks like the child serves a request and immidiately dies.
> 
> Does anyone have any ideas on how to figure out why this keeps happenning?

sounds like the largefiles problem, which mod_perl's Makefile.PL should
have warned you about:
Your Perl is uselargefiles enabled, but Apache is not, suggestions:
    *) Rebuild mod_perl with Makefile.PL PERL_USELARGEFILES=0
    *) 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)

first option is the easiest way to fix.


Reply via email to