Re: Large File Support

2001-12-05 Thread Richard Levitte - VMS Whacker
From: Vikram Kapoor <[EMAIL PROTECTED]> vikramk> I think you need to add these flags vikramk> vikramk> _LARGEFILE_SOURCE vikramk> _FILE_OFFSET_BITS=64 vikramk> __USE_LARGEFILE64 You should read /usr/include/features.h. The macros starting with one underscore are supposed to be user-defined.

RE: Large File Support

2001-11-28 Thread Andrew Cornell
>-Original Message- >From: Andrew Cornell [mailto:[EMAIL PROTECTED]] >Sent: 27 November 2001 00:03 >To: openssl-users >Subject: Large File Support > > >Has anybody compiled openssl with support for large file >(>2Gbytes) on linux? I'm running Redhat 7.2

RE: Large File Support

2001-11-28 Thread John . Airey
sl-users >Subject: Large File Support > > >Has anybody compiled openssl with support for large file >(>2Gbytes) on linux? I'm running Redhat 7.2 with openssl 0.9.6b. > >The standard build doesn't handle files bigger than 2G. I'm >considering adding the _FIL