|
|||||||||||
|
DO NOT REPLY [Bug 17357] - Large files cause incomplete directory listings
From: <bugzilla(at)apache.org>
Date: Fri Feb 28 2003 - 14:39:46 EST
Large files cause incomplete directory listings jwoolley@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
To get any files larger than 32-bits worth to work on any program on a 32-bit machine, you have to compile that program with -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 . I've dropped a query onto the dev list as to why we don't do that by default or at least provide an easier way for the user to know how to do it themselves. For now, here's what you do. Recompile Apache like so: CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" ./configure <foo> where <foo> is the arguments you'd normally pass to configure. Then it will all work beautifully. :) I'm going to go ahead and close this PR out, but I'll make sure we come up with some easier way to do this in future releases (maybe a --enable-largefiles configure flag?).
Thanks for using Apache!
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Fri Feb 28 19:38:05 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:28 EDT |
||||||||||
|
|||||||||||