[Zope] Problem with big Data.fs in Zope(2.5.1/Python-2.1.3) and large file support on linux

Dieter Maurer dieter@handshake.de
Wed, 8 Jan 2003 21:13:34 +0100


Sven Rudolph wrote at 2003-1-6 17:12 +0100:
 > ...
 > 
 > But the same procedure on our live server (RedHat 7.3 Valhalla) says:
 > ...
 > make install
 > => make: *** [libinstall] Error 1
You must analyse the cause auf the installation failure.
Maybe a permission problem...

 > And "test_largefile.py" says:
 > <quote>
 > Traceback (most recent call last):
 >   File "test_largefile.py", line 22, in ?
 >     raise test_support.TestSkipped, \
 > test_support.TestSkipped: platform does not have largefile support
 > </quote>
Are you sure, you make the tests with the newly build Python?

When the installation failed, you might still use the old one...


Dieter