
Martin Edenhofer wrote:
Hi Jason,
On Mon, Feb 09, 2004 at 12:00:39PM -0600, Jason Joines wrote:
[...] Can't seem to get that to work either. When I include /opt/otrs/cripts/apache2-httpd.include.conf which calls /opt/otrs/scripts/apache2-perl-startup.pl, I get the error below. I've used the /opt/otrs/bin/otrs.checkModules to check and verify all modules are OK.
"[Mon Feb 09 13:33:29 2004] [error] Can't locate Kernel/Modules/AdminCharset.pm in @INC (@INC contains: ../../ /opt/otrs/Kernel/cpan-lib /opt/otrs/ /srv/www/perl-lib /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/ModPerl /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl . /srv/www/ /srv/www/lib/perl) at /opt/otrs/scripts/apache2-perl-startup.pl line 116. BEGIN failed--compilation aborted at /opt/otrs/scripts/apache2-perl-startup.pl line 116. Compilation failed in require at (eval 4) line 1.
[Mon Feb 09 13:33:29 2004] [error] Can't load Perl file: /opt/otrs/scripts/apache2-perl-startup.pl for server myhost.mydomain.org:0, exiting... "
This is a otrs bug. Remove "use Kernel::Modules::AdminCharset;" from /opt/otrs/scripts/apache2-perl-startup.pl and try it again.
Martin Edenhofer
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
I commented out that line. Now any time I include /opt/otrs/cripts/apache2-httpd.include.conf, apache just dies at startup. I turned the logging up to debug but nothing shows up in the error_log. I I do the startup manually, I get a segfaul. I'm using the prefork MPM. Any problems with that?