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. joe