Hello All,

 

I am failed to compile mod_perl on Win32 using "Apache mod_perl-1.xx installation 
instructions for Win32" from http://perl.apache.org/win32_compile.html

 

Used software :

 Apache 1.3.26 + mod_ssl 2.8.9

 mod_perl 1.27

 ActivePerl -5.6.1.631-MSWin32-x86

 MS VC++ 6.0

Win2k prof SP2

 

I could compile mod_perl.so using "Building with MS Developer Studio" instructions 
only with three additional steps.

 

First, after

  perl Makefile.PL

  nmake install

I need to add this lines to Makefile

ModuleConfig ::

            cd src/modules/perl

            $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG) 
$(XSUBPPARGS) $*.xs > $*.xsc && $(MV) $*.xsc $*.c

==

and then run "nmake ModuleConfig" to get ModuleConfig.c which is missing without this 
step.

 

 

Second, I need to select "Show directories for: [Include files]", and add

driveletter:\somewhere\APACHE_1.3.26\SRC\OS\WIN32

 

Third, for Apache compiled with mod_ssl, I need to add /D "EAPI" in 
Project/Settings/[C/C++]/"Project Options"

 

Question: Is there mistakes in instructions on 
http://perl.apache.org/win32_compile.html or I did something wrong?



Thanks,

Vladimir





Reply via email to