Developer Mode

I am using RT 4.0.13 On OpenSuse

I am going to make a lot of changes to RT and was attempting to switch to Developer mode by adding
Set($DevelMode, ‘1’);
To the SiteConfig file when I do this I get the following error

Aug 01 10:52:04 linux-jrlt.site start_apache2[2937]: [Thu Aug 01 10:52:04 2013] [warn] module actions_module is already loaded, skipping
Aug 01 10:52:04 linux-jrlt.site start_apache2[2937]: Syntax error on line 32 of /etc/apache2/conf.d/apache2-modperl2.conf:
Aug 01 10:52:04 linux-jrlt.site start_apache2[2937]: Can’t locate Module/Refresh.pm in @INC (@INC contains: /usr/share/request-tracker…e 97.\n
Aug 01 10:52:04 linux-jrlt.site systemd[1]: Failed to start apache.
Aug 01 10:52:04 linux-jrlt.site systemd[1]: Unit apache2.service entered failed state

I can find the file in the following locations

[cid:image001.png@01CE8EA6.C541C420]

Does anyone know what I need to do the fix this issue?

Bryon Baker
Network Operations Manager
Copesan - Specialists in Pest Solutions
800-267-3726 * 262-783-6261 ext. 2296
bbaker@copesan.commailto:cstephan@copesan.com
www.copesan.comhttp://www.copesan.com/
“Servicing North America with Local Care”

I am going to make a lot of changes to RT and was attempting to switch to Developer mode by
adding

Set($DevelMode, ‘1’);

To the SiteConfig file when I do this I get the following error

Aug 01 10:52:04 linux-jrlt.site start_apache2[2937]: Can’t locate Module/Refresh.pm in @INC
(@INC contains: /usr/share/request-tracker…e 97.\n

Does anyone know what I need to do the fix this issue?

Install Module::Refresh. You may need a few other modules to run in
Devel::Mode. You can run

/opt/rt4/sbin/rt-test-dependencies --with-dev

which will give you too large a list of modules that are needed for
development of RT (they include the modules to run the test suite also).

-kevin