>Number:         5228
>Category:       os-windows
>Synopsis:       ap_send_error_response not exported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Nov  1 09:10:01 PST 1999
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.9
>Environment:
Windows 95, VC++ 5.0
>Description:
When compiling on Windows with VC++ 5.0, the ap_send_error_response
symbol is not exported from the ApacheCore.dll. This function
is needed by the mod_dtcl module, and probably by other modules
as well.
>How-To-Repeat:
Compile mod_dtcl on Windows.
>Fix:
Just add the symbol to the def-file as follows:

*** src/ApacheCore.def.orig     Mon Nov 01 16:40:30 1999
--- src/ApacheCore.def  Mon Nov 01 16:41:02 1999
***************
*** 359,361 ****
--- 359,362 ----
        ap_SHA1Update   @354
        ap_SHA1Final   @355
        ap_sha1_base64   @356
+       ap_send_error_response   @357
  
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <[EMAIL PROTECTED]> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]



Reply via email to