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 <[EMAIL PROTECTED]> 07/27/01 06:32PM >>>
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 test.
>
> But i am not able to find the mod_perl.so or mod_perl.dll after building .
>
> Thanks for your help .
>
> Regards
> K.Murugan
>
How did you build things? INSTALL.win32 suggests 2 ways - one through
use of Visusal Studio, and the other through use of something like
perl Makefile.PL APACHE_SRC=../apache_1.3.20 INSTALL_DLL=/Apache/modules
where the paths have to be adjusted to suit your system. Either way,
mod_perl.so should be built in src/modules/win32/Release/ within
the mod_perl source tree.
Note also that if you built your own perl that testing mod_perl
requires some extra packages, like libwww-perl and libwin32.
best regards,
randy kobes