【发布时间】:2014-08-26 13:58:32
【问题描述】:
在“mod_authn_core.c”中发现了一个错误,这是一个 Apache 模块,并且已经对其进行了修复,
它以最简单的 .c 文件(C 代码)形式给出
显然我需要编译它并替换我现有的模块文件,它应该可以工作
Suggested (Working) patch to be replaced with (from the bug report)
它假设使用正确的知识很容易做到,我认为这个问题是通用的,可以帮助其他人最肯定地编译不同的 mod。
【问题讨论】:
标签: c apache compiler-errors apache-modules