[Zope] LARGE FILE SUPPORT

Brian Sullivan brians@meetingbywire.com
Mon, 23 Jul 2001 17:28:44 -0400


I'm using Zope with python and i'm having problems due to my Data.fs
file is over 2GB.
According to Python's Library Reference 8.1.1          I have to
re-compile python with this sentence:

CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CC
./configure


1- I'm using Red HAt Linux 6.2 How do I know if it's large-file-capable
?
2- How do I re-compile python as described in 8.1.1, there's any
step-by-step guide ?

------------------------


Is this true of all Zope/Python versions ( maximum data base file size
of 2GB)???