Statistics Problems - Help Needed

I have RT running great on RH 9 and MySQL, email working properly, RTFM
working. I installed the Statistics package and get the text for all the
stat pages, but no graphs. If I click on the image properties and copy the
URL for the graph, and plug it back into the browser, I get the message
below. Same message no matter which graph URL is selected. I have
searched/read the archives and implimented the suggestions (i.e what to put
in httpd.conf, symbolic link to Graph.pm, libgd installed properly, etc.),
but still no luck. Any other ideas?

Thanks,
Mike M.

URL:
http://rt.intranet.nyce/Statistics/TimeToResolve/Elements/Chart?x_labels=lon
ger&marker_size=1&data1=1

System error

error: Can’t locate object method “new” via package “GD::Graph::points” at
/opt/rt3/share/html/Statistics/TimeToResolve/Elements/Chart line 30.

context: …
26: <%INIT>
27: use GD::Graph::points;
28:
29: my @data;
30: my $graph = GD::Graph::points->new(400,300);
31: my $format = $graph->export_format;
32: $graph->set(export_format => “png”, marker_size => $ARGS{marker_size});

33: print $r->content_type(“image/$format”);
34: push @data, [split /,/ , $ARGS{x_labels}];

code stack: /opt/rt3/share/html/Statistics/TimeToResolve/Elements/Chart:30
/opt/rt3/share/html/autohandler:189

At 09:59 AM 12/28/2003, Maloney, Michael wrote:

I have RT running great on RH 9 and MySQL, email working properly, RTFM
working. I installed the Statistics package and get the text for all the
stat pages, but no graphs.
[snip happens]
error: Can’t locate object method “new” via package “GD::Graph::points”
at /opt/rt3/share/html/Statistics/TimeToResolve/Elements/Chart line 30.

It looks like you don’t have GD::Graph properly installed. You may want to
try installing it by hand and not through the CPAN shell.

Michael

Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”