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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12779

Link error for _ap_load_dll_func

           Summary: Link error for _ap_load_dll_func
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


When I tried to build mod_fastcgi for Apache 2 I got a Link error
could not find symbol _ap_load_dll_func.

I could solve this problem by changing the declaration
  FARPROC ap_load_dll_func(...) 
to:
  AP_DECLARE(FARPROC) ap_load_dll_func(...)
in util_win32.c and os.h

As far as I could see this did not hurt the rest of Apache,
so could you please make this change in the next release.

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

Reply via email to