Re: [Exim] Exim 4.30 bug in handling large error files on Li…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Michael Haardt
Data:  
Para: exim-users
Assunto: Re: [Exim] Exim 4.30 bug in handling large error files on Linux
> I didn't know about O_LARGEFILE. Seems a bit odd that one needs to
> specify something specially for big files.


That's Linux for you, other Unices solved this issue better. Anyway,
just compiling Exim with

-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

on Linux should solve the 2GB problem without any source modifications.

Michael