On Thu, 21 Dec 2000, John K Sterling wrote:

> as stated in my earlier post, apache-1.3.15-dev was just changed so all
> modules on win32 look exactly like unix (e.g. mod_status.so).  i
> proposed we should stay in sync with the httpd group.  here is a minimal
> patch that seems to work: note
> 1) no docs have been updated in this patch
> 2) only the ApacheModulePerl.dll has been changed to mod_perl.so to
> limit the diff
> 3) i included the earlier patch to Makefile.PL so it looks in
> APACHE_SRC/src/Release as well as APACHE_SRC/src/CoreR for
> ApacheCore.lib
> 4) it does not patch the test directory
> 
> if any win32 folks have opinions, or randy if you want to do it your own
> way thats great.  i just figured i'd get the ball rolling so to speak.
> if this patch is acceptable, i will update the docs/test as well. i
> thought it would be easies to review with minimal changes.
> 
> 
> sterling
> 

Hi,
    This patch looks good - I like the renaming to .so; makes
one feel one's on a real system ...:) I wonder about compatability
with pre-Apache_1.3.15, though; even though this (I think) is
just a change in convention, and, for example, doing things
this way for pre-Apache_1.3.15 should be OK, would people get
too confused if a mod_perl.so was installed if they were building
against apache_1.3.12, say? Should we have an Apache version
check in there to use mod_perl.so for 1.3.15 and ApacheModulePerl.dll
for pre-1.3.15? The "advantage" to Windows, though, is that
it forces you to upgrade often, so adopting the 1.3.15 convention
right away might not cause a problem ....

best regards,
randy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to