xp下安装完xampp后,启动不了apache,老说端口繁忙,最后到安装目录的apache/logs/下查看error.log,发现Can't load Perl file: 后来查了下,原来是我安装了oracle占用了PERL5LIB。解决办法是进入安装目录,执行:set PERL5LIB= 然后就可以启动了
If you add a:PerlSwitches -T after the line:LoadModule perl_module modules/mod_perl.soin "/xampp/apache/conf/extra/perl.conf", does this solve your problem?