[rt-users] A Configuration question

Kevin Falcone falcone at bestpractical.com
Wed Sep 16 12:55:34 EDT 2009


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



More information about the rt-users mailing list