[Fwd: [apache-users] Core with x86 solaris modperl]

2000-05-12 Thread Brian P Millett
I've installed the raven 1.4.2 with Apache 1.3.11 for solaris 8 on a x86 platform. It works just fine. When I add Apache JServ 1.1, it still works OK. When I add modperl 1.23, it cores. Apache 1.3.11 modperl 1.23 works just grand. Modperl raven = core. Here are the particulars a

Re: [Fwd: [apache-users] Core with x86 solaris modperl]

2000-05-12 Thread Doug MacEachern
i'm going to release 1.24 asap to stop this madness. looks like another case of the 5.6.0 largefile support bug, which the patch below will fix. for apxs, you'll need to build apache like so: CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \ ./configure \ ... --- Makefile.PL 2000/04/21

Re: [Fwd: [apache-users] Core with x86 solaris modperl]

2000-05-12 Thread Brian P Millett
Doug MacEachern wrote: i'm going to release 1.24 asap to stop this madness. looks like another case of the 5.6.0 largefile support bug, which the patch below will fix. for apxs, you'll need to build apache like so: CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \ ./configure \ ...

Re: [Fwd: [apache-users] Core with x86 solaris modperl]

2000-05-12 Thread Doug MacEachern
Did this. Recompiled Apache, modperl, jserv. Same results. :-( what if you use Perl 5.005_03? or 5.006 Configure-d with -Uuselargefiles?