Hi,
I’m getting this error when starting the Apache after
a few config changes.
[Wed May 14 18:27:07 2008] [error] Can't load Perl file:
d:/otrs/scripts/apache2-perl-startup.pl for server localhost:80, exiting...
When I ran the apache2-perl-startup.pl script as perl –w
apache2-perl-startup.pl, got an error like:
[Wed May 14 18:23:51 2008] apache2-perl-startup.pl: Use of
uninitialized value $ENV{"MOD_PERL"} in pattern match (m//) a
t apache2-perl-startup.pl line 7.
[Wed May 14 18:23:51 2008] apache2-perl-startup.pl: MOD_PERL
not used! at apache2-perl-startup.pl line 7.
But the mod_perl.so is already loaded in httpd.conf.as
LoadFile "C:/OTRS/Perl/bin/perl510.dll"
LoadModule perl_module modules/mod_perl.so
Include
"C:/OTRS/otrs/scripts/apache2-httpd-new.include.conf"
Please suggest me where I’m going wrong
Thanks