<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [rt-users] Stats Package Installation</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Still tho in the howto (or lack of howto) it doesnt mention that you have to install Apache::GD::Graph.. it just referenced /chart which doesnt mean a heck of a lot to a lot of people, and they (me included) wonder why their charts are just broken images. basically you can just install it (from cpan for instance) then use perldoc Apache::GD::Graph to read the configuration to add to your httpd.conf </FONT></P>

<P><FONT SIZE=2>just a note tho.. in all the html files (contained in stats.tar.gz) you may have to edit the </FONT>
<BR><FONT SIZE=2>line from </FONT>
</P>

<P><FONT SIZE=2>% my $url = $RT::WebURL.'/chart?type=points&x_labels=['; </FONT>
</P>

<P><FONT SIZE=2>to be </FONT>
</P>

<P><FONT SIZE=2>% my $url = '/chart?type=points&x_labels=['; </FONT>
</P>

<P><FONT SIZE=2>if you dont modify the config that you get from perldoc Apache::GD::Graph</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Simon Cozens [<A HREF="mailto:rt@netthink.co.uk">mailto:rt@netthink.co.uk</A>]</FONT>
<BR><FONT SIZE=2>Sent: Thursday, March 21, 2002 9:30 AM</FONT>
<BR><FONT SIZE=2>To: rt-users@lists.fsck.com</FONT>
<BR><FONT SIZE=2>Subject: Re: [rt-users] Stats Package Installation</FONT>
</P>
<BR>

<P><FONT SIZE=2>Jason Englander:</FONT>
<BR><FONT SIZE=2>> What/where is 'chart', referenced by $url?</FONT>
</P>

<P><FONT SIZE=2>It's the handler you install when you install Apache::GD::Graph. I've</FONT>
<BR><FONT SIZE=2>had a load of email asking me how to install Apache::GD::Graph, which</FONT>
<BR><FONT SIZE=2>is really depressing since this is a third-party module that I didn't</FONT>
<BR><FONT SIZE=2>write, don't maintain, and has nothing to do with the statistics package</FONT>
<BR><FONT SIZE=2>other than the fact that the statistics thing makes use of it.</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>"There is no statute of limitations on stupidity."</FONT>
<BR><FONT SIZE=2>-- Randomly produced by a computer program called Markov3.</FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>rt-users mailing list</FONT>
<BR><FONT SIZE=2>rt-users@lists.fsck.com</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.fsck.com/mailman/listinfo/rt-users" TARGET="_blank">http://lists.fsck.com/mailman/listinfo/rt-users</A></FONT>
</P>

</BODY>
</HTML>