https://bz.apache.org/bugzilla/show_bug.cgi?id=69954

            Bug ID: 69954
           Summary: mod_md is no longer compatible with APR-1.7.6
           Product: Apache httpd-2
           Version: 2.4.66
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Build
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

In the latest version 2.4.66, the mod_md compilation process encounters the
following error:

[ 40%] Linking C shared library mod_md.so
LINK: command
"C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x86\link.exe
/nologo @CMakeFiles\mod_md.dir\objects1.rsp /out:mod_md.so /implib:mod_md.lib
/pdb:C:\httpd\mod_md.pdb /dll /version:0.0
/base:@C:/httpd/BaseAddr.ref,mod_md.so /machine:X86 /INCREMENTAL:NO
\phpStudy\Apache\lib\libssl.lib \phpStudy\Apache\lib\libcrypto.lib
\phpStudy\Apache\lib\libcurl_imp.lib \phpStudy\Apache\lib\jansson.lib
mod_watchdog.lib libhttpd.lib \phpStudy\Apache\lib\libapr-1.lib
\phpStudy\Apache\lib\libaprutil-1.lib \phpStudy\Apache\lib\apr_ldap-1.lib
ws2_32.lib mswsock.lib \phpStudy\Apache\lib\pcre.lib ws2_32.lib mswsock.lib
kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST
/MANIFESTFILE:mod_md.so.manifest" failed (exit code 1120) with the following
output:
   Creating library mod_md.lib and object mod_md.exp
md_util.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
mod_md_config.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_curl.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_crypt.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_reg.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_store.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_acme.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_acme_authz.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
md_acmev2_drive.c.obj : error LNK2001: unresolved external symbol
_apr_natcasecmp
md_core.c.obj : error LNK2001: unresolved external symbol _apr_natcasecmp
mod_md.so : fatal error LNK1120: 1 unresolved externals

This bug appeared to have been fixed in Commit 8d1c300 and did not reappear in
version 2.4.65, but it returned in version 2.4.66.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to