Nicolai Schleifer wrote: > When I want to analyze it with analog, it fails silently like the > following: > > [root somedir../2003]# time /usr/bin/analog -q -G > [+g/export/lib/analogrmagic/analog.cfg -Oanalog.dat access.log.gz > > Somebody already had this problem? Is it resolvable through > recompilation of analog only? Or can't I use such large files with it, > even when the underlying OS partly supports such large files?
YMMV, but build analog with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE, make sure your glibc has LFS support, and at least analog should be ready to deal with large files. /Per -- Per Jessen, Zurich http://timian.jessen.ch - an analog report formatter using XSLT. http://www.dansk.org - for alle danskere i udlandet! +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
