On Thu, 22 Apr 2010, George Bonser wrote: > I am having a strange issue. I am building rsyslog 4.6.2 on an amd64 > system > > Configure says: > > rsyslog will be compiled with the following settings: > > Multithreading support enabled: yes > Large file support enabled: yes > > But when I build it and do: > > /usr/src/rsyslog-4.6.2/tools> ./rsyslogd -v > rsyslogd 4.6.2, compiled with: > FEATURE_REGEXP: Yes > FEATURE_LARGEFILE: No > > I also notice that configure reported: > > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > > Kernel 2.6.31 > GCC 4.4.1 > Libc6 2.10.1 > > I passed configure an explicit --enable-largefile > > Is there something else I must do in order to enable large file support?
'large file support' is a work-around needed on 32 bit systems to handle files larger than 2G, on 64 bit systems it's just not needed. relax and enjoy your more advanced system ;-) David Lang _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

