On 2004.11.11 at 13:13:53 +0100, [EMAIL PROTECTED] via RT wrote: > > i try to make a dgst of a 40Gb file, but when the openssl binary try to > fopen the file, it's fail .. > > i think the problem was the fopen, maybe it's dont use the open (2) with > the option O_LARGEFILE.. > > can you fix it ?
Have you tried to recompile OpenSSL with -D_LARGEFILE_SOURCE or whatever option your compilation environment need to support large files? Please tell us some more information about your platform and compilation environment. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
