I’ve managed to get RT 2.0 installed to the level of reloading Apache,
however, using the ‘PerlRequire /opt/rt/bin/webmux.pl’ she fails because
it is not included in the perl search paths. Do you know how I can get it
included into this search path?
I’ve managed to get RT 2.0 installed to the level of reloading Apache,
however, using the ‘PerlRequire /opt/rt/bin/webmux.pl’ she fails because
it is not included in the perl search paths. Do you know how I can get it
included into this search path?
Hmmm, that really shouldnt matter. Of course I’m making that statement
based on the fact that I didnt have to put RT in my searchpath and it
works fine.
Could you prehaps tell me a few things:
(a) Where you have installed RT.
(b) What you put in httpd.conf
It might be the fact that RT2 installs (I think) by default into
/opt/rt2 so if thats where your RT2 is installed you should change the
PerlRequire line to be ‘PerlRequire /opt/rt2/bin/webmux.pl’,On Wed, 11 Apr 2001, Chris Bowlby wrote:
I’ve managed to get RT 2.0 installed to the level of reloading Apache,
however, using the ‘PerlRequire /opt/rt/bin/webmux.pl’ she fails because
it is not included in the perl search paths. Do you know how I can get it
included into this search path?
On Wed, Apr 11, 2001 at 09:41:37AM -0400, Chris Bowlby wrote:
I’ve managed to get RT 2.0 installed to the level of reloading Apache,
however, using the ‘PerlRequire /opt/rt/bin/webmux.pl’ she fails because
it is not included in the perl search paths. Do you know how I can get it
included into this search path?
Hmmm, that really shouldnt matter. Of course I’m making that statement
based on the fact that I didnt have to put RT in my searchpath and it
works fine.
Could you prehaps tell me a few things:
(a) Where you have installed RT.
(b) What you put in httpd.conf