On Thu, 2005-01-06 at 09:47 +0000, Joe Orton wrote: > On Wed, Jan 05, 2005 at 12:23:40PM +0900, Naoki wrote: > > I downloaded the apache 2.0.52 src rpm (the FC3 one) and was going to > > add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to the spec file. > > But I read the ChangeLog and found this : > > Rebuilding httpd with those flags is not sufficient, you need to build > apr using the CPPFLAGS, and then rebuild everything else on upwards in > the stack (apr-util, httpd, every single httpd module). That still > leaves you with various things broken, I don't recommend it at all. Ok, understood cheers. I think we'd all agree that Apache "should" be 64-bit happy. I kind of have the feeling that the maintainers of the various broken things will not have much of a reason to make their modules/etc 64-bit happy until the upstream package moves to 64-bit by default. I'd like to make Apache happy first, then work around the niggling little things. -n.