Brrrrrr Although it worked the perl Makefile.PL It failed on dmake and dmake install
with this error:dmake: makefile: line 1296: Error: -- Incomplete rule recipe group detected Q: can anyone help ? Chanan On Mon, May 3, 2010 at 1:01 PM, Chanan Berler <[email protected]> wrote: > Problem found in the module itself...when i tried installing Apache on > c:\Apache2.2 > the make file worked like all other perl modules > > Chanan > > On Mon, May 3, 2010 at 12:42 PM, Gaal Yahas <[email protected]> wrote: >> Try using backticks (`) instead of the current quotes you're using. >> Crazy windows shell... >> >> If that doesn't work, and you're desperate, try adding this early in >> your Makefile.PL: >> >> BEGIN { >> unshift @ARGV, >> "MP_AP_PREFIX=C:/Program Files/Apache Software Foundation/Apache2.2"; >> } >> >> On Mon, May 3, 2010 at 11:59 AM, Chanan Berler <[email protected]> wrote: >>> Hi All, >>> >>> Long time since I wrote any email to this mailing list....due to me >>> working in a new place - working less with Perl :-( >>> I installed Perl (ActiveState), and also Apache (2.2) and now trying >>> to install mod_perl under winXP >>> When trying this >>> >>> perl Makefile.PL MP_AP_PREFIX='C:/Program Files/Apache Software >>> Foundation/Apache2.2' >>> I get this error message: [ error] MP_AP_PREFIX must point to a valid >>> directory >>> >>> I tried also diffrent paths like C:/Program Files/Apache Software >>> Foundation/Apache2.2/bin >>> with / without quotes / double quotes >>> >>> Q: am I missing anything ? >>> >>> Thanks >>> Chanan >>> >>> -- >>> =================== >>> ---- Chanan Berler ---- >>> =================== >>> _______________________________________________ >>> Perl mailing list >>> [email protected] >>> http://mail.perl.org.il/mailman/listinfo/perl >> >> >> >> -- >> Gaal Yahas <[email protected]> >> http://gaal.livejournal.com/ >> _______________________________________________ >> Perl mailing list >> [email protected] >> http://mail.perl.org.il/mailman/listinfo/perl > > > > -- > =================== > ---- Chanan Berler ---- > =================== > -- =================== ---- Chanan Berler ---- =================== _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
