
I assume you have the checked the usual stuff i.e. Apache.pm exists in the CGI directory indicated and the web server (or otrs account) can access the file. If it is there I would try explicitly setting the path to the CGI directory and see what transpires... On Mon, 2004-11-22 at 15:46, kalldrex-otrs@yahoo.com wrote:
Ok, I finally see what you are talking about but the use lib directives in the apache2-perl-startup.pl are there and point to the correct directories. Even with those in I try to do a perl -cw apache2-perl-startup.pl I get this error:
Can't locate Apache.pm in @INC (@INC contains: /home4/system/otrs/Kernel/cpan-lib /home4/system/otrs/ /opt/perl-5.8.5/lib/5.8.5/sun4-solaris /opt/perl-5.8.5/lib/5.8.5 /opt/perl-5.8.5/lib/site_perl/5.8.5/sun4-solaris /opt/perl-5.8.5/lib/site_perl/5.8.5 /opt/perl-5.8.5/lib/site_perl .) at scripts/apache2-perl-startup.pl line 22. BEGIN failed--compilation aborted at scripts/apache2-perl-startup.pl line 22.
Any more ideas? I've gone over the README.webserver sooo many times but I can't get this to work :(
--Matthew Shapiro
--- Graham Smith
wrote: Read the README.webserver document, the Module Apache.pm should be in the <otrs root>/Kernel/cpan-lib/CGI directory.... It sounds as if you are missing the relevant use lib settings...
On Fri, 2004-11-19 at 17:20, kalldrex-otrs@yahoo.com wrote:
I have the loadmoduel directive (LoadModule perl_module modules/mod_perl.so). It keeps telling me though that Apache.pm can't be found when running scripts. I get the same error when running the scripts with perl -cw.
--Matthew Shapiro
_______________________________________________ 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 fr Ihr OTRS System? => http://www.otrs.de/ -- Meum est propositum In tabernum mori,
Graham Smith