You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Tran, John" <jt...@edmunds.com> on 2003/01/23 20:58:07 UTC

[users@httpd] Largefiles Apache 1.3.27 Solaris 7&8

Anyone have experience compiling Apache to support largefiles in Solaris
7&8?  I used these options:
 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 
and it pretty much works.. before, my logfiles wouldn't write above 2GB.
They now do, however it segmentation faults quite often:
 
(79)Value too large for defined data type: could not open transfer log
file /local/logs/combo.log
[Wed Jan 22 16:12:36 2003] [notice] child pid 15468 exit signal
Segmentation Fault (11)
 
Any help would be info.