kulls has asked for the wisdom of the Perl Monks concerning the following question:
I have successfull ran through the Makefile.pl command. but, in Xp it shows the error "command not found" while running 'nmake'. Also they are mentioned that, " The final command, C:\modperl_src> nmake install will install the necessary mod_perl 2.0 files into your Perl directory tree, and also copy src/modules/perl/mod_perl.so into your /Path/to/Apache2/modules/ directory " I didn't find any '.so' files in that path. Are i'm moving to the right direction?. Can anyone help me to continue with successful installation?C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2 C:\modperl_src> nmake C:\modperl_src> nmake test C:\modperl_src> nmake install
If these lib files are mandatory, why not it's coming along with mod_perl module itself ?. Why should i go for MSVC ? Can anyone help me to install successfully ? -kullsC:\HardDisk\source\mod_perl-2.0.2>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cd "src/modules/perl" && NMAKE Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cl -IC:/HardDisk/source/mod_perl-2.0.2/src/modules/perl -IC:/H +ardDisk/s urce/mod_perl-2.0.2/xs -IC:\PROGRA~1\Apache\Apache2/include -nologo -G +f -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DBU +ILT_BY_AC IVESTATE -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -D +PERL_IMPL CIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -I"C:\Perl\lib\CORE" -DMOD_ +PERL -DMP COMPAT_1X -MD -Zi -DNDEBUG -O1 -c mod_perl.c && C:\Perl\bin\perl.exe + -MExtUti s::Command -e mv mod_perl.obj mod_perl.lo 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1' Stop. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x2' Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing mod_perl 2.0
by Corion (Patriarch) on Jan 16, 2006 at 08:59 UTC | |
by kulls (Hermit) on Jan 16, 2006 at 10:26 UTC | |
by Corion (Patriarch) on Jan 16, 2006 at 10:30 UTC | |
by kulls (Hermit) on Jan 18, 2006 at 08:20 UTC | |
by Corion (Patriarch) on Jan 18, 2006 at 08:33 UTC | |
|
Re: Installing mod_perl 2.0
by marto (Cardinal) on Jan 16, 2006 at 09:32 UTC | |
|
Re: Installing mod_perl 2.0
by inman (Curate) on Jan 16, 2006 at 13:49 UTC |