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

Top Page
Delete this message
Reply to this message
Author: Michael Haardt
Date:  
To: exim-users
Subject: 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