Charts not available

When attempting to use charts,

I get the message Graphical Charts are not Available.

Are there additional plug ins or anything needed to use the Chart feature.

RT 4.0.10

[ARC]http://www.arcproductions.com/

Ray Corbett Technology Projects Manager

p: 416.682.5200 x5232 | f: 416.682.5209
Arc Productions Ltd. | 230 Richmond Street East | Toronto, ON M5A 1P4
www.arcproductions.comhttp://www.arcproductions.com

When attempting to use charts,

I get the message Graphical Charts are not Available.

Are there additional plug ins or anything needed to use the Chart feature.

I don’t think you have GD installed.

You can grab your configure line from /opt/rt4/etc/RT_Config.pm
rerun it and add on --enable-gd and then run make fixdeps to ensure
the GD code is installed. If you’re missing GD at the OS level,
you’ll need the devel libraries also.

You probably didn’t have gd installed so RT defaulted off since it can
run without them (there are some words about packages for GD and
GraphViz in the README).

-kevin