GraphicalChartsAreNotAvailable

From Request Tracker Wiki
Revision as of 16:11, 6 April 2016 by Admin (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Graphical Charts are Not Available

To enable graphing in RT 3.8.4 on a machine running Ubuntu 9.04 the following must be installed: graphviz, libgraphviz-perl, libgd-graph-perl

sudo -s
aptitude install graphviz
aptitude install libgraphviz-perl
aptitude install libgd-graph-perl
rm -rf opt/rt3/var/mason_data/obj
dot -c
/etc/init.d/apache2 restart