[fiug] fiug https://forum.bestpractical.com/u/fiug
September 2I found that when I installed on first time RT I put this variables:
export PERL_LOCAL_LIB_ROOT=“$PERL_LOCAL_LIB_ROOT:/root/perl5”; export PERL_MB_OPT=“–install_base /root/perl5”; export
PERL_MM_OPT=“INSTALL_BASE=/root/perl5”; export PERL5LIB=“/root/perl5/lib/perl5:$PERL5LIB”; export
PATH=“/root/perl5/bin:$PATH”; export RT_FIX_DEPS_CMD=“/root/perl5/bin/cpan” |That’s any way to change the perl path on rt?
/root is a bad choice IMHO for the Perl hierarchy, but you can certainly use variables like that if they are included
by the start up script for RT.
Regards
Racke