Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

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


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17357>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17357

Large files cause incomplete directory listings

jwoolley@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
  • Additional Comments From jwoolley@apache.org 2003-02-28 19:39 ------- Okay, well, here's the answer.

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?).  

Do you need help?X

Thanks for using Apache!
--Cliff



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


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library