Re: uselargefiles

2000-12-31 Thread Doug MacEachern
On Wed, 27 Dec 2000, Daniel Jacobowitz wrote: I assume that if Apache is built with LFS, we do need them (though I think apxs will take care of that). What about if perl is - can we really get away without not using LFS when perl is? we can get away with it because Perl never passes lfs

Re: uselargefiles

2000-12-28 Thread Sander van Zoest
, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='cc', optimize='-O', gccversion=2.95.2 19991024

Re: uselargefiles

2000-12-27 Thread Daniel Jacobowitz
On Fri, Dec 22, 2000 at 06:11:51PM -0800, Doug MacEachern wrote: the 5.6.0+ uselargefile flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 are still the source of many core dump reports. i just committed a patch to rip them out by default. mod_perl does not need them. but they can be

Re: uselargefiles

2000-12-23 Thread Thomas von Elling Skifter Eibner
On Fri, Dec 22, 2000 at 06:11:51PM -0800, Doug MacEachern wrote: the 5.6.0+ uselargefile flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 are still the source of many core dump reports. i just committed a patch to rip them out by default. mod_perl does not need them. but they can be

uselargefiles

2000-12-22 Thread Doug MacEachern
the 5.6.0+ uselargefile flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 are still the source of many core dump reports. i just committed a patch to rip them out by default. mod_perl does not need them. but they can be turned back on with Makefile.PL PERL_USELARGEFILES=1 i've tested with

Re: uselargefiles

2000-12-22 Thread Stas Bekman
On Fri, 22 Dec 2000, Doug MacEachern wrote: the 5.6.0+ uselargefile flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 are still the source of many core dump reports. i just committed a patch to rip them out by default. mod_perl does not need them. but they can be turned back on with