On Wed, Sep 16, 2009 at 09:38:42AM -0700, Ken Crocker wrote: > To List, > > I have my install configuration set to: > > --with-GD=yes \ > --with-GRAPHVIZ=yes \
GD and GRAPHVIZ are lowercased (just try running your command) configure: WARNING: unrecognized options: --with-GRAPHVIZ > Along with all the other stuff. > > My question is, if I have the "--with-GRAPHVIZ=yes" set up, > > do I ALSO need to have "--enable-graphviz" ? You only need one to enable it, if you look at ./configure --help --enable-graphviz is the documented one As long as you install GraphViz RT will attempt to use it (unless you've set DisableGraphViz). The configure option is mostly useful for adding GraphViz.pm to the deps list. -kevin _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
