I have setup the Flowviewer toolsrt on a CentOS 7 machine .
FlowMonitor_Grapher and FlowMonitor_Monitor are working fine and i am able to get the FlowViewer on browser also. But the graphs are not populating.
When i run "perl -c FlowGrapher_Main.cgi" i get the below error. Tried re-insalling GD, but with no luck.
Can't locate GD/Text/Align.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendorperl /usr/share/perl5/vendorperl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/share/perl5/GD/Graph.pm line 39.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph.pm line 39.
Compilation failed in require at /usr/local/share/perl5/GD/Graph/axestype.pm line 18.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph/axestype.pm line 18.
Compilation failed in require at /usr/local/share/perl5/GD/Graph/linespoints.pm line 18.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph/linespoints.pm line 18.
Compilation failed in require at FlowGrapherMain.cgi line 108.
BEGIN failed--compilation aborted at FlowGrapherMain.cgi line 108.
Kindly help!!!
Regards ,
Pramod
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys!!
I have setup the Flowviewer toolsrt on a CentOS 7 machine .
FlowMonitor_Grapher and FlowMonitor_Monitor are working fine and i am able to get the FlowViewer on browser also. But the graphs are not populating.
When i run "perl -c FlowGrapher_Main.cgi" i get the below error. Tried re-insalling GD, but with no luck.
Can't locate GD/Text/Align.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendorperl /usr/share/perl5/vendorperl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/share/perl5/GD/Graph.pm line 39.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph.pm line 39.
Compilation failed in require at /usr/local/share/perl5/GD/Graph/axestype.pm line 18.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph/axestype.pm line 18.
Compilation failed in require at /usr/local/share/perl5/GD/Graph/linespoints.pm line 18.
BEGIN failed--compilation aborted at /usr/local/share/perl5/GD/Graph/linespoints.pm line 18.
Compilation failed in require at FlowGrapherMain.cgi line 108.
BEGIN failed--compilation aborted at FlowGrapherMain.cgi line 108.
Kindly help!!!
Regards ,
Pramod
Hi Pramod,
I don't remember how I had set up my installation but I think you have to install http://search.cpan.org/dist/GDTextUtil/ through CPAN.
Regards,
Jakub Vanek
Pramod:
Please make sure you have all of the following GD mods installed:
gd http://www.libgd.org/Downloads
GD http://search.cpan.org/~lds/GD-2.30
GD::Graph http://search.cpan.org/~mverb/GDGraph-1.43
GD::Text http://search.cpan.org/~mverb/GDTextUtil-0.86/Text
(Thanks to Jakub for helping ... )
Joe