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

Reply via email to