"Madelon Brennan" <[EMAIL PROTECTED]> wrote: > I am running Analog on a Unix server using Iplanet web server. I have > not had any problems running the stats so far until yesterday when I > combined the log file from the first half of the month with the log > files from the second half of the month. I was able to run them fine > separately but the combined file produced the follwoing error: > > ./analog: Warning F: Failed to open logfile > > /exp/iplanet/logs/access.01Jan-1200AM: > > ignoring it > > Does Analog have problems with large files? The combined file is 3.5GB.
You don't need to combine the files for Analog. You can specify multiple log files for Analog, and it will process them sequentially. > Any suggestions about why this might be happening. There was a similar question from someone using Mandrake a few months ago. He said that he had to recompile Analog and explicitly turn on Large File support in the compiler: !However what I did find is that I !can add the following flags for GCC to the Makefile: ! !-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE ! !Which forces the larger file handles to be used and it seems to be !working now. Takes a while to generate a report of course due to the !huge amount of data it has to parse but its going. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
