Modify pm file, do I need to recompile OTRS?

Moderator: crythias

Locked
wolf97084
Znuny newbie
Posts: 26
Joined: 10 Feb 2015, 22:37
Znuny Version: 4.0.1

Modify pm file, do I need to recompile OTRS?

Post by wolf97084 »

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.
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?

Post by crythias »

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
wolf97084
Znuny newbie
Posts: 26
Joined: 10 Feb 2015, 22:37
Znuny Version: 4.0.1

Re: Modify pm file, do I need to recompile OTRS?

Post by wolf97084 »

Perfect! Thank you so much!
Locked