Re configure rt

Hello guys

I have an simple question

How can i reconfigure an existing Rt instance without a new install

best regards

john s.

View this message in context: http://old.nabble.com/reconfigure-rt-tp33405103p33405103.html

Hello guys

I have an simple question

How can i reconfigure an existing Rt instance without a new install

Reconfigure so that you achieve what exactly?

Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223


I can’t hear you – I’m using the scrambler.
Please consider the environment before printing this email.

for example change from mod perl to mod fcgid or sth else

best regards

john s.
View this message in context: http://old.nabble.com/reconfigure-rt-tp33405103p33406237.html

How can i reconfigure an existing Rt instance without a new install

Find your previous configure incant at the top of
/opt/rt4/etc/RT_Config.pm and rerun ./configure from the RT tarball with
those options.

Note that for simply changing web handlers, you only need to do make fixdeps after re-configuring, not make install.

Thomas

Is the same businness for the old 3.8 versions?

Or does in this context an other way leads to sucess

best regards

john s.
View this message in context: http://old.nabble.com/reconfigure-rt-tp33405103p33412642.html

Is the same businness for the old 3.8 versions?

3.8 doesn’t include the arguments ./configure was run with at the top of
/opt/rt3/etc/RT_Config.pm, so you’ll need to make sure you remember them
correctly.

Thomas

This doesn’t work for me.
/opt/rt4/etc/RT_Config.pm shows only this:

RT was configured with:

$ ./configure /opt/rt4/share/config.site /opt/rt4/etc/config.site

Any Ideas?

-ChrisAm 28.02.2012 16:05, schrieb Thomas Sibley:

On 02/28/2012 03:23 AM, john s. wrote:

How can i reconfigure an existing Rt instance without a new install

Find your previous configure incant at the top of
/opt/rt4/etc/RT_Config.pm and rerun ./configure from the RT tarball with
those options.

Note that for simply changing web handlers, you only need to do make fixdeps after re-configuring, not make install.

Thomas

RT Training Sessions (http://bestpractical.com/services/training.html)

  • Boston March 5& 6, 2012

Hm ok

but i still don’t know on which configure changes a “make install” is still
needed and when if its not …

best regards

john s.

View this message in context: http://old.nabble.com/reconfigure-rt-tp33405103p33421350.html

This doesn’t work for me.
/opt/rt4/etc/RT_Config.pm shows only this:

RT was configured with:

$ ./configure /opt/rt4/share/config.site /opt/rt4/etc/config.site

Any Ideas?

autoconf --version?

This doesn’t work for me.
/opt/rt4/etc/RT_Config.pm shows only this:

RT was configured with:

$ ./configure /opt/rt4/share/config.site /opt/rt4/etc/config.site

Any Ideas?

Also: do those files exist? If so, what are their contents? Someone
may have created them or they may be autocreated. It is not something
RT tells autoconf to do explicitly.

autoconf --version
autoconf (GNU Autoconf) 2.61

The config.site files doesn’t exist.

-ChrisAm 01.03.2012 16:22, schrieb Thomas Sibley:

On 03/01/2012 08:11 AM, Christian Loos wrote:

This doesn’t work for me.
/opt/rt4/etc/RT_Config.pm shows only this:

RT was configured with:

$ ./configure /opt/rt4/share/config.site /opt/rt4/etc/config.site

Any Ideas?

Also: do those files exist? If so, what are their contents? Someone
may have created them or they may be autocreated. It is not something
RT tells autoconf to do explicitly.

RT Training Sessions (http://bestpractical.com/services/training.html)

  • Boston March 5& 6, 2012

autoconf --version
autoconf (GNU Autoconf) 2.61

For the record, I have: autoconf (GNU Autoconf) 2.68

I can’t reproduce the problem with autoconf 2.59 (and 2.61 isn’t easily
available on my distro).

The config.site files doesn’t exist.

Beats me then. My basic understanding is config.site files are a way to
keep your defaults around for certain projects. I don’t know more than
that, and I try to limit my knowledge of autoconf black magic to as
little as possible. :wink: