I just upgraded to 17 from a 15 install with OTRS on it. I am using the RPMs from the OTRS site and when I go to start apache I get this error in its log.
[Mon Jun 25 08:14:02 2012] [error] Cannot find current script 'httpd' at /usr/share/perl5/FindBin.pm line 205\nBEGIN failed--compilation aborted at /usr/share/perl5/FindBin.pm line 205.\nCompilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 36.\nBEGIN failed--compilation aborted at /opt/otrs//Kernel/Config/Defaults.pm line 36.\nCompilation failed in require at /opt/otrs//Kernel/Config.pm line 100.\nBEGIN failed--compilation aborted at /opt/otrs//Kernel/Config.pm line 100.\nCompilation failed in require at /opt/otrs/scripts/apache2-perl-startup.pl line 66.\nBEGIN failed--compilation aborted at /opt/otrs/scripts/apache2-perl-startup.pl line 66.\nCompilation failed in require at (eval 2) line 1.\n
The very first error is the one that is stopping everything, the errors after are just the trace through from the place that is calling all of it.
It looks like the new init system isn't passing stuff the way the old one did or something as FindBin.pm seems to be unable to find httpd's location or something. Can anyone help here?