Steve Hay
Fri, 12 Sep 2003 01:16:02 -0700
On Thu, 11 Sep 2003, Geoffrey Young wrote:Your patch does the trick for me, except that I had to rebuild mod_perl too.
ah, right. thanks randy.The problem you described before with the missing symbols can be resolved by linking against the mod_perl.lib built when you build mod_perl.so. This can be done by adding in a LIBS attribute to WriteMakefile() in Makefile.PL with a value of ' -L/Path/to/mod_perl_lib -lmod_perl'.
examples of this can be found in Apache::WinBitHack, for
example, the format of which should probably go in
Apache::Dispatch (as well as just about all Apache::
modules to make sure they are Win32 compliant :)
Here's a patch against the Apache-Dispatch Makefile.PL to allow it to build on Win32