
Has anyone experienced errors when they run the mkStats.pl script ?
Did you solve this? I am sure GD is installed but cannot run the script as below on SuSE 9.0 Ian
Here's the output
support:/opt/otrs/bin # ./mkStats.pl Can't locate GD/Graph.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib /opt/otrs /usr/lib/perl5/5.8.1/i586-linux-thread-multi /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl .) at ./mkStats.pl line 37. BEGIN failed--compilation aborted at ./mkStats.pl line 37.
GD may be installed, but is GD::Graph installed? Its a separate package. Look for Graph.pm in all of the @INC locations listed. If you cannot find it, then it is not installed. If there is a Graph.pm file, it must be inside of a GD folder which must be under one of the directory listings above. Tyler