[Zope-dev] >2GB Data.fs files on FreeBSD

Jimmie Houchin jhouchin@texoma.net
Fri, 14 Apr 2000 16:35:38 -0500


Hello,

Sticking my neck out here as I am not really knowledgeable in this area
and have never used BSD and currently don't even have a Linux install.
:(

Since Zope bundles Python for it's own use, is the Python your looking
at the Python Zope is using?

If not you might adjust your config.h for the Python Zope is using?

Just a thought.

Lop my head off if I'm making a fool of myself here. :)

Jimmie Houchin


"R. David Murray" wrote:
> 
> 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.
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )