* Alan Shutko ([EMAIL PROTECTED]) [010910 10:22]:
> Patrick Barrett <[EMAIL PROTECTED]> writes:
>
> > I believe (not sure for a fact, but fairly sure) that zlib has nothing
> > to do with this size limitation... it has something to do with kernel
> > 2.2.x.
>
> I'm not completely sure about tha
Patrick Barrett <[EMAIL PROTECTED]> writes:
> I believe (not sure for a fact, but fairly sure) that zlib has nothing
> to do with this size limitation... it has something to do with kernel
> 2.2.x.
I'm not completely sure about that.
The currently released version of gzip, which (afaik) zlib i
I believe (not sure for a fact, but fairly sure) that zlib has nothing
to do with this size limitation... it has something to do with kernel
2.2.x. Files larger than 2gb can't exist with 2.2.x. I believe that
for this to work though, not only must you be running 2.4.x, you must
also compile your
i have just question
It is possible to recompile the zlib in order to create some gzipped files
which are bigger than 2 Giga bytes ??
something like that.
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
Thanx
--
---
On Tue, 4 Sep 2001, Nicolas Salvagno wrote:
> i have just question
>
> It is possible to recompile the zlib in order to create some gzipped files
> which are bigger than 2 Giga bytes ??
>
> something like that.
>
>
> #define _FILE_OFFSET_BITS 64
> #define _LARGEFILE_SOURCE
> #define
i have just question
It is possible to recompile the zlib in order to create some gzipped files
which are bigger than 2 Giga bytes ??
something like that.
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
Thanx
--
---
6 matches
Mail list logo