DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32863>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32863


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|Apache will not start after |mod_aspdotnet incompatible
                   |aspdotnet module installed  |with Win98




------- Additional Comments From [EMAIL PROTECTED]  2005-01-01 22:11 -------
For reference, mod_aspdotnet.so build.2000 required many, many entry
points related to the compiled-in VC7 C runtime.  I rebuilt with an
external VC7 C runtime .dll to determine what the module really
required internally (hoping the C runtime would gracefully resolve
any legitimate issues to run on Windows 98.)  I looked only at the
Apache 2.0 release build (the debug and dev builds being less urgent
or interesting to end-users);

I am presuming that GetModuleFileNameW, GetModuleHandleW, and LoadLibraryW
are the only functions we must work around.  I've split this into two different
sections to lock the module in-memory, invoking the corresponding non-ASCII
flavor.

Please test on Win98, the snapshot build can be found at;

http://httpd.apache.org/dev/dist/mod_aspdotnet-2.0.0.2002-snapshot-rev123856.msi

Reopen the bug with any remaining Win98 incompatibilties.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to