Randy Kobes wrote:
> You might try a build from the command line:
> 
>   perl Makefile.PL APACHE_SRC=C:\Path\to\Installed\Apache

Sorry, Last time I used the wrong command 
perl Makefile.PL APACHE_SRC="D:\Program Files\Apache Group\Apache\src" , 
because I used the wrong Apache web server (1.3.23).
Now, I use Apache 1.3.27, and the 1st step is passed smoothly as follows: 
D:\DTemp\mod_perl-1.28>perl Makefile.PL APACHE_SRC="D:/Program Files/Apache
Group/Apache"
PerlDispatchHandler.........enabled
PerlChildInitHandler........enabled
PerlChildExitHandler........enabled
PerlPostReadRequestHandler..enabled
PerlTransHandler............enabled
PerlHeaderParserHandler.....enabled
PerlAccessHandler...........enabled
PerlAuthenHandler...........enabled
PerlAuthzHandler............enabled
PerlTypeHandler.............enabled
PerlFixupHandler............enabled
PerlHandler.................enabled
PerlLogHandler..............enabled
PerlInitHandler.............enabled
PerlCleanupHandler..........enabled
PerlRestartHandler..........enabled
PerlStackedHandlers.........enabled
PerlMethodHandlers..........enabled
PerlDirectiveHandlers.......enabled
PerlTableApi................enabled
PerlLogApi..................enabled
PerlUriApi..................enabled
PerlUtilApi.................enabled
PerlFileApi.................enabled
PerlConnectionApi...........enabled
PerlServerApi...............enabled
Checking if your kit is complete...
Looks good
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl

Beginning with version 1.3.15, Apache uses a different
convention for
Win32 module names. Correspondingly, the name of the
mod_perl module
built here has been changed from ApacheModulePerl.dll
to mod_perl.so.
Please see INSTALL.win32 for further details.

>   nmake

I found nmake is a component of Visual C++, my version is 5.0, so I run it
as: 
"C:\Program Files\DevStudio\VC\bin\NMAKE", and got the following error: 
------------------------------------------------------------------
Microsoft (R) Program Maintenance Utility   Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'D:/Program'
Stop.
------------------------------------------------------------------

Any help on this issue?

>   nmake test
>   nmake install
> 
> You might have to start with fresh mod_perl sources, if
> you had altered the dsp file before.

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to