[Zope-dev] >2GB Data.fs files on FreeBSD
R. David Murray
bitz@bitdance.com
Thu, 13 Apr 2000 15:12:34 -0400 (EDT)
On Thu, 13 Apr 2000, Andrew M. Kuchling wrote:
> longer use 32-bit ints to store file position. There's a
> HAVE_LARGEFILE_SUPPORT #define that turns on the use of these
> alternate system calls; see Python's configure.in for the test used to
I just looked in my python config.h on my FreeBSD system, and I see:
#define HAVE_LARGEFILE_SUPPORT 1
So it looks like it is on, and it seems to me the problem could be
in either Python or FileStorage.py in Zope.
This is a Zope 2.1.2 system (but I diffed filestorage.py against
the 2.1.6 version and didn't see any relevant changes) running
on a FreeBSD 3.1 system. A make test in Python passed all tests,
but I don't know if large file support is tested by the tests.
--RDM
PS: anyone from the python list replying to this please CC me as
I am not on that list.