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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Michael Haardt
Datum:  
To: exim-users
Betreff: 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