Hi Gregor,

On Wed, Feb 05, 2003 at 09:23:01AM -0800, Gregor wrote:
> I started testing with mod_perl and the startupscript as delivered in RC3
> 
> and get the following error:
> ------
> [Wed Feb 05 11:16:46 2003] [error] 14386: ModPerl::Registry: Died at 
>/opt/otrs/Kernel/cpan-lib/CGI/Carp.pm line 301.
> ------
> 
> then I took out the line:
> #Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
> 
> got this error:
> ------
> 14402: ModPerl::Registry: Can't locate Kernel/Config.pm in @INC (@INC contains: 
>//../../Kernel/cpan-lib //../.. /usr/local/lib/perl5/5.8.0/i686-linux 
>/usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
>/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at 
>/opt/otrs/bin/cgi-bin/index.pl line 51.
> BEGIN failed--compilation aborted at /opt/otrs/bin/cgi-bin/index.pl line 51.
> ------

You need to copy "cp Kernel/Config.pm.dist Kernel/Config.pm" and "cd Kernel/Config/
for foo in *.dist; do cp $foo `basename $foo .dist`; done" (see INSTALL).

> then I took out the mod perl part:
> <Location /otrs>
>   SetHandler  perl-script
>   PerlHandler ModPerl::Registry
>   Options +ExecCGI
>   PerlOptions +ParseHeaders
> </Location>
> 
> got this error:
> 
> -------
>  Died at /opt/otrs/bin/cgi-bin/../../Kernel/System/Log.pm line 60.
> -------

Yes, the "Kernel/Config.pm" is missing. 

PS: Try it to get it working with plain CGI. If the system is working try
to use mod_perl2. 

PS: It would be nice if we get feedback about OTRS and mod_perl2. :) Thanks!

> Gregor

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
nohl: 10:21pm  up 105 days, 58 min,  6 users,  load average: 0.29, 0.20, 0.18
_______________________________________________
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

Reply via email to