'--ignore-largefile' is not understood by Zope X3's configure. Does this imply largefile support in Python is required? -- John
--On Montag, 8. November 2004 19:39 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
'--ignore-largefile' is not understood by Zope X3's configure.
Does this imply largefile support in Python is required?
Neither the configure of Zope 2 nor Zope 3 has such a directive since it compiles only Zope and *not* Python.. -aj
On Mon, Nov 08, 2004 at 08:51:05PM +0100, Andreas Jung wrote:
--On Montag, 8. November 2004 19:39 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
'--ignore-largefile' is not understood by Zope X3's configure.
Does this imply largefile support in Python is required?
Neither the configure of Zope 2 nor Zope 3 has such a directive
Maybe you can explain this help screen... [Zope-2.7.3-0]# ./configure --help configure [--help] [--quiet] [--with-python=path] [--prefix=path] [--build-base=path] [--ignore-largefile] [--ignore-zlib] [--optimize] Creates a Makefile suitable for building and installing Zope Options: --help shows usage and quits --quiet suppress nonessential output --with-python specify a path to a Python interpreter to use --prefix specify an installation path for binary data --build-base specify a temporary path for build files *********************************************************** --ignore-largefile ignore large file support warnings *********************************************************** --ignore-expat ignore warnings about expat/pyexpat --ignore-zlib ignore warnings about zlib --optimize optimize compiled Python bytecode --no-compile Dont compile Python bytecode Given no options, configure will search your PATH for a suitable Python interpreter and will use '/opt/Zope-2.7' as a prefix.
-aj
-- John
--On Montag, 8. November 2004 20:03 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
On Mon, Nov 08, 2004 at 08:51:05PM +0100, Andreas Jung wrote:
'--ignore-largefile' is not understood by Zope X3's configure.
Does this imply largefile support in Python is required?
Neither the configure of Zope 2 nor Zope 3 has such a directive
Maybe you can explain this help screen...
[Zope-2.7.3-0]# ./configure --help
configure [--help] [--quiet] [--with-python=path] [--prefix=path] [--build-base=path] [--ignore-largefile] [--ignore-zlib] [--optimize]
Creates a Makefile suitable for building and installing Zope
Options: --help shows usage and quits --quiet suppress nonessential output --with-python specify a path to a Python interpreter to use --prefix specify an installation path for binary data --build-base specify a temporary path for build files
*********************************************************** --ignore-largefile ignore large file support warnings ***********************************************************
ups, --ignore-largefile just omits the checks if the found Python version has LF enabled. -aj
John Poltorak wrote:
'--ignore-largefile' is not understood by Zope X3's configure.
That is a glitch. Please report to: http://zope.org/Collectors/Zope3-dev
Does this imply largefile support in Python is required?
Yes. The switch suppresses a check for it, but Zope does not try to ensure that your Data.fs will not exceed 2 Gb. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
--On Montag, 8. November 2004 15:30 Uhr -0500 Tres Seaver <tseaver@zope.com> wrote:
Does this imply largefile support in Python is required?
Yes. The switch suppresses a check for it, but Zope does not try to ensure that your Data.fs will not exceed 2 Gb.
Yes,but this does not imply that LF support is necessary for Zope (although recommended and usually compiled into Python by default with recent Python versions). -aj
Andreas Jung wrote:
--On Montag, 8. November 2004 15:30 Uhr -0500 Tres Seaver <tseaver@zope.com> wrote:
Does this imply largefile support in Python is required?
Yes. The switch suppresses a check for it, but Zope does not try to ensure that your Data.fs will not exceed 2 Gb.
Yes,but this does not imply that LF support is necessary for Zope (although recommended and usually compiled into Python by default with recent Python versions).
Running Zope under a Python *without* LF support is an "unsupported configuration" ;) (and damned foolish, to boot). Don't go there. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
participants (3)
-
Andreas Jung -
John Poltorak -
Tres Seaver