Displaying 1 result from an estimated 1 matches for "_large_file_api".
2007 Nov 27
1
Fwd: dovecot bug report (64 bit file offsets)
...e binary is
compiled in the 64bit environment and you want to use 64 bit file
offset you must use 64 bit equivalents of the function. Of course if
you are using open/pread (which are 32 bit compatible only) the whole
program functionality will be broken. You must use open64/pread64 etc.
Else macros _LARGE_FILE_API should be defined in order to use large
files in other case nothing will work (random parsing errors and dead
indexes will appear ). As I can see there is a big issue in the
dovecot.
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/apis/pread64.htm
Regards, Andris
---------- Fo...