Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to run Perl on an Apache webserver in Xampp for Windows, but when i want to install Perl from the documentation here: http://perl.apache.org/docs/2.0/os/win32/install.html, there is 1 line i don't realy understand:

C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2

What do they mean with the path to Apache and makefile.pl? Is it the path to the Apache folder or is it something else? I know this might look a very stupid question, but it is the first time i have to do this, so i want to do a good job.
Thanks in advance,

share|improve this question

1 Answer

up vote 0 down vote accepted

Yes, It is the path to Apache 2. Makefile is used to "make" in *NIX.

share|improve this answer
I tried this but cmd gives me this in response: Please repair your Module::CoreList at lib/Apache2/Build.pm line 49. BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 64. Compilation failed in require at Makefile.PL line 37. BEGIN failed--compilation aborted at Makefile.PL line 37. – kasperB Mar 21 at 8:58
Could you try to install a Perl version prior to current? ( You are using ActivePerl, right? ) – Jimmy van Beele Mar 21 at 9:09
i am using this one: search.cpan.org/CPAN/authors/id/P/PH/PHRED/… – kasperB Mar 21 at 9:15
Sorry for the slow response, read this: perlmonks.org/?node_id=985243 – Jimmy van Beele Mar 21 at 11:44
thansks this really helped me out! :) – kasperB Mar 21 at 13:19
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.