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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Michael Haardt
Päiväys:  
Vastaanottaja: exim-users
Aihe: 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