A Configuration question

To List,

I have my install configuration set to:

    --with-GD=yes \
    --with-GRAPHVIZ=yes \

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” ?

Thaks.

Kenn
LBNL

Hmmm - I believe if you leave both of those options off, and, in fact, almost all other options off - it will do exactly the right thing! IE, ./configure --prefix blah then grpahviz will be enabled correctly…-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Ken Crocker
Sent: Wednesday, September 16, 2009 12:39 PM
To: rt Users
Subject: [rt-users] A Configuration question

To List,

I have my install configuration set to:

    --with-GD=yes \
    --with-GRAPHVIZ=yes \

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” ?

Thaks.

Kenn
LBNL
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the Hearst Service Center (cadmin@hearstsc.com) immediately by email and delete the original message.

Scott,

Hmm. When I compared the 3.8.4 configure list in “README” with the one I
have for my current 3.6.4 version, I didn’t see those options so I added
them. ALso, it seemed to me that the instructions indicated that I
needed those options specified. What did you specify and what
extensions/plugins were installed at your location?

Thanks.

Kenn
LBNLOn 9/16/2009 9:41 AM, Lander, Scott wrote:

Hmmm - I believe if you leave both of those options off, and, in fact, almost all other options off - it will do exactly the right thing! IE, ./configure --prefix blah then grpahviz will be enabled correctly…

-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Ken Crocker
Sent: Wednesday, September 16, 2009 12:39 PM
To: rt Users
Subject: [rt-users] A Configuration question

To List,

I have my install configuration set to:

    --with-GD=yes \
    --with-GRAPHVIZ=yes \

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” ?

Thaks.

Kenn
LBNL


The rt-users Archives

Community help: http://wiki.bestpractical.com Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the Hearst Service Center (cadmin@hearstsc.com) immediately by email and delete the original message.


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

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

Kevin,

So, if I set my rt-configuration to:
–prefix=/opt/rt3
–enable-gd
–enable-graphviz \

That will work. How do I also add “RT Matrix”, “ExternalAuth”,
“CommandByMail”, “Calendar”, and Shredder"? The same way?

Kenn
LBNLOn 9/16/2009 9:55 AM, Kevin Falcone wrote:

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


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Kevin,

So, if I set my rt-configuration to:
–prefix=/opt/rt3
–enable-gd
–enable-graphviz \

That will work. How do I also add “RT Matrix”, “ExternalAuth”, “CommandByMail”, “Calendar”,
and Shredder"? The same way?

Kenn

Shredder is included in 3.8, you do nothing.
Everything else you list is an external extension you installed by
hand on your old RT. You download them, read their READMEs and
install them.

-kevin

Kevin, Scott,

Thanks.

Kenn
LBNLOn 9/16/2009 12:09 PM, Kevin Falcone wrote:

On Wed, Sep 16, 2009 at 11:39:56AM -0700, Ken Crocker wrote:

Kevin,

So, if I set my rt-configuration to:
–prefix=/opt/rt3
–enable-gd
–enable-graphviz \

That will work. How do I also add “RT Matrix”, “ExternalAuth”, “CommandByMail”, “Calendar”,
and Shredder"? The same way?

Kenn

Shredder is included in 3.8, you do nothing.
Everything else you list is an external extension you installed by
hand on your old RT. You download them, read their READMEs and
install them.

-kevin


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com