CHARLES Thierry - 2003-10-21

Logged In: YES
user_id=882732

it seems that when gzip compression is disabled at
compilation, the problem is still there.

I have tried to add " | O_LARGEFILE" option in "open" calls
and compile again without zlib and now it seems to works,
but with some interface bugs. After this, it seems necessary
to modify the zlib parameters to make it usable for large
partions.

A lighter way to solve this problem would be to split the
created file on the fly with chunk size below 2^31 bytes.