Mantis - Resin
Viewing Issue Advanced Details
344 minor always 08-10-05 00:00 11-30-05 14:42
ferg  
 
high  
closed 3.0.14  
3.0.14 fixed  
none    
none 3.0.15  
0000344: large file support on linux
RSN-388
(rep by Bill Au)

Add large file support for Linux for log files.

Notes
(0000393)
user375   
08-10-05 00:00   
Client host must have glibc >= 2.1.3 installed

Run resin configure script in the following way:

CFLAGS="-D_FILE_OFFSET_BITS=64" ./configure <OPTIONS>

However, mod_caucho for apache2 (and possibly for apache 1) DOES NOT work when compiled with -D_FILE_OFFSET_BITS=64 ... Manually edit modules/c/src/(common|apache1|apache2)/Makefile and remove -D_FILE_OFFSET_BITS from CFLAGS