Re: Segmentation Fault with mod_php and mod_perl

2002-08-29 Thread Alex Lee
Doug and Stas, I try to compile PHP with largefile support with no luck so I follow Doug's advice and rebuild mod_perl with PERL_USELARGEFILES=0. This solves the problem. Thanks a lot for helping me out! Alex From: Doug MacEachern [EMAIL PROTECTED] To: Alex Lee [EMAIL PROTECTED] CC

Re: Segmentation Fault with mod_php and mod_perl

2002-08-28 Thread Alex Lee
0x18e488 in main () Thanks for offering to help! Alex From: Stas Bekman [EMAIL PROTECTED] To: Alex Lee [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Segmentation Fault with mod_php and mod_perl Date: Wed, 28 Aug 2002 11:00:42 +0800 Alex Lee wrote: This is what I got from core

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Alex Lee
come if I only activate PHP module, it works fine. Alex From: Stas Bekman [EMAIL PROTECTED] To: Alex Lee [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Segmentation Fault with mod_php and mod_perl Date: Tue, 27 Aug 2002 11:54:38 +0800 Alex Lee wrote: There seems to be conflict between

Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread Alex Lee
There seems to be conflict between mod_php 4.2.2 and mod_perl 1.27 running with Apache 1.3.26 on Solaris 8 platform(FreeBSD with the same configuration seems to work fine). The Apache configuration as follows: CC=gcc \ CFLAGS= -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE

Re: Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread Alex Lee
linked, it compiled fine. But then keep getting segmentation fault when accessing the default page. The strange thing is that perl CGI programs run fine. Alex From: C. David Wilde [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Alex Lee [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re