
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
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