Thanks! That was definitely the problem and now it all seems to be working save for one small caveat:
Seems that I can only view 15 - 20 minutes worth of data or else the process times out. For example, if I select an hour's worth of data I see the "FlowGrapher_output_xxxx" file starting to get built. It increments for a short while and then it stops. The webpage eventually returns a "page cannot be displayed" message. Is there a timer that can be extended? Thanks! -Samson -----Original Message----- From: Alex Shepard [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 1:33 PM To: Samson Martinez Cc: [email protected] Subject: Re: [Flow-tools] FlowViewer,Flow-tools, on Solaris On Mon, 2006-01-30 at 13:20 -0600, Samson Martinez wrote: > The apache error log reports the following: > > Can't locate GD/Graph/linespoints.pm in @INC (@INC contains: > /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib > /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /usr/perl5/site_perl/5.6.1 > /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int > /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at > /usr/local/apache2/cgi-bin/FlowViewer_2.1/FlowGrapher.cgi line 56., > referer: http://netflow.server.com/FlowGrapher/index.html > [Mon Jan 30 12:29:46 2006] [error] [client 192.168.5.10] BEGIN > failed--compilation aborted at > /usr/local/apache2/cgi-bin/FlowViewer_2.1/FlowGrapher.cgi line 56., > referer: http://netflow.prod.broadjump.com/FlowGrapher/index.html > [Mon Jan 30 12:29:46 2006] [error] [client 192.168.5.10] Premature end > of script headers: FlowGrapher.cgi, referer: > http://netflow.server.com/FlowGrapher/index.html Looks like you don't have the GD::Graph perl module installed. GD::Graph contains perl routines that use the GD library to draw graphs and charts, and FlowViewer appears to use those routines. You can find GD::Graph at http://search.cpan.org/~mverb/GDGraph-1.43/ -alex _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
