Code: Select all
./otrs.SetPermissions.pl --otrs-user=otrs --web-user=www-data --otrs-group=otrs --web-group=www-data /opt/otrs/
./otrs.RebuildConfig.pl
Im otrs.error.log steht:[Fri Oct 24 09:06:25 2014] [error] Can't locate Kernel/System/DynamicTicketTemplate.pm in @INC (@INC contains: /usr/Custom /usr/Kernel/cpan-lib /usr /opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2) at /opt/otrs/Custom/Kernel/Modules/AgentTicketPhone.pm line 46.\nBEGIN failed--compilation aborted at /opt/otrs/Custom/Kernel/Modules/AgentTicketPhone.pm line 46.\nCompilation failed in require at /opt/otrs/scripts/apache2-perl-startup.pl line 148.\nBEGIN failed--compilation aborted at /opt/otrs/scripts/apache2-perl-startup.pl line 148.\nCompilation failed in require at (eval 2) line 1.\n
Das Perl Skript ist allerdings da, die Berechtigungen stimmen auch.[Fri Oct 24 09:06:25 2014] [error] Can't load Perl file: /opt/otrs/scripts/apache2-perl-startup.pl for server test-ticket.xx.com:0, exiting...
Ich habe ein wenig gegoogelt, den Fehler scheinen schon einige gehabt zu haben, eine definitive Lösung schien aber keiner zu haben. Interessante Info am Rande: Wenn ich in der /etc/apache2/conf.d/otrs.conf den Abschnitt
Code: Select all
<IfModule mod_perl.c>
Code: Select all
<IfModule mod_perl.so>