<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin,<br>
<br>
So, if I set my rt-configuration to:<br>
        --prefix=/opt/rt3 \<br>
        --enable-gd \<br>
        --enable-graphviz \<br>
<br>
That will work. How do I also add "RT Matrix", "ExternalAuth",
"CommandByMail", "Calendar",  and Shredder"? The same way?<br>
<br>
Kenn<br>
LBNL<br>
<br>
<br>
On 9/16/2009 9:55 AM, Kevin Falcone wrote:
<blockquote cite="mid:20090916165534.GA2187@jibsheet.com" type="cite">
  <pre wrap="">On Wed, Sep 16, 2009 at 09:38:42AM -0700, Ken Crocker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">To List,

I have my install configuration set to:

        --with-GD=yes \
        --with-GRAPHVIZ=yes \
    </pre>
  </blockquote>
  <pre wrap=""><!---->
GD and GRAPHVIZ are lowercased (just try running your command)

configure: WARNING: unrecognized options: --with-GRAPHVIZ

  </pre>
  <blockquote type="cite">
    <pre wrap="">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" ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>