Re: Help required on compile

2001-07-28 Thread Randy Kobes
On Fri, 27 Jul 2001, Murugan K wrote: > Hai >I am not using Visual VC++ IDE for compiling. I am using command > line only. > After building , i am not getting src/modules/win32/Release/ realease > directory at all. > I tried with previos version od mod_perl also. Same result. There mus

Re: Help required on compile

2001-07-27 Thread Murugan K
Hai I am not using Visual VC++ IDE for compiling. I am using command line only. After building , i am not getting src/modules/win32/Release/ realease directory at all. I tried with previos version od mod_perl also. Same result. Can you please reply. Regards K.Murugan >>> Randy Kobes

Re: Help required on compile

2001-07-27 Thread Randy Kobes
On Fri, 27 Jul 2001, Murugan K wrote: > Hai > Great , Now it is building with your added MM_Win32.pm . > Nmake install also going through without breaking . But problem is , > as per readme , i have to copy the mod_perl.so or mod_perl.dll > to apache/module directory and try the nmake tes

Re: Help required on compile

2001-07-26 Thread Murugan K
"<" <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 7:34 AM Subject: Re: Help required on compile > Hai > > I added the'PERL => "$^X",' command the in the makefile.pl . But it is not throwing any perl path error. it is creating the mak

Re: Help required on compile

2001-07-26 Thread Sisyphus
- Original Message - From: "Murugan K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: ">" <<[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 10:34 PM Subject: Re: Help required on compile Hai I added the'PERL => "$^X"

Re: Help required on compile

2001-07-26 Thread Murugan K
E) -f $(MAKE_APERL_FILE) $@ # >>> "Sisyphus" <[EMAIL PROTECTED]> 07/26/01 05:42PM >>> - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Murugan K" <[EMAIL PROTECTED]> Cc: <[E

Re: Help required on compile

2001-07-26 Thread Sisyphus
- 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: &

Re: Help required on compile

2001-07-26 Thread Murugan K
Thanks for your info. I tried the same thing for latest sources also. i am having the same problem. Perl path is ok. It is creating the makefile . But if we see my following error message , I am trying to build the mod_perl sources on Windows NT machine . but how i am getting CP (unix

Re: Help required on compile

2001-07-25 Thread Randy Kobes
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.

Help required on compile

2001-07-25 Thread Murugan K
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 co