My system is OTRS 4 appliance.
I am a Perl beginner.
I'd like to modify some pm files, do I need to recompile OTRS project or I need to restart web server to make the changes take in effect?
Thank you.
Modify pm file, do I need to recompile OTRS?
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Modify pm file, do I need to recompile OTRS?
Perl is like a batch script. It doesn't need to be recompiled but on occasion you'll likely need to restart Apache to fixup memory and cache.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Modify pm file, do I need to recompile OTRS?
Perfect! Thank you so much!