----- Original Message -----
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: "Murugan K" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 3:36 PM
Subject: Re: Help required on compile


> On Wed, 25 Jul 2001, Murugan K wrote:
>
> > Hai
> >     I am trying to build Mod-perl_1.26  on Windows NT.  For that i
> > installed perl5.6.1 and apache 1.3.19 on my windows machine ( "C"
drive).
> > After that  (as per read me ) , i have to run  the makefile.pl .
> > But that is giving the following error.
> >
> > Perl makefile.pl
> >
> > Checking if your kit is complete...
> > Looks good
> > Unable to find a perl 5 (by these names:
> > C:\Perl\5.6.1\bin\MSWin32-x86\perl.exe
> > miniperl perl perl5 perl5.6.1, in these dirs:
> [ ... ]
>

I tried posting this earlier.

The problem can usually be overcome by including:
 'PERL => "$^X",'
 in the 'WriteMakefile()' section of 'Makefile.pl'.

Give that a try.

Cheers,
Rob

Reply via email to