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

Góra strony
Delete this message
Reply to this message
Autor: Michael Haardt
Data:  
Dla: exim-users
Temat: 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