I was able to run an apache server and test my php code. All of the sudden, the server stopped working. I uninstalled it then reinstalled it , but the same error happened.

I went to the file error.log and found these two errors :

[Fri Nov 18 15:35:14 2011] [error] Attempt to reload DynaLoader.pm aborted.\nCompilation failed in require at C:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nCompilation failed in require at C:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nCompilation failed in require at C:/xampp/apache/conf/extra/startup.pl line 9.\nBEGIN failed--compilation aborted at C:/xampp/apache/conf/extra/startup.pl line 9.\nCompilation failed in require at (eval 2) line 1.\n
[Fri Nov 18 15:35:14 2011] [error] Can't load Perl file: C:/xampp/apache/conf/extra/startup.pl for server localhost:80, exiting...

How should I troubleshoot these errors?

link|improve this question
Why's it loading perl libraries if you're running PHP code? – Shane Madden Nov 18 '11 at 17:00
It seems that you are missing a required perl module. Can you check the server config files to see why it is trying to load the perl file indicated? – Khaled Nov 18 '11 at 19:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.