문제

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,

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top