Dynamic module not binary compatible
Massimiliano Bellomi
massimiliano.bellomi at gmail.com
Thu Jun 23 07:58:04 UTC 2016
Hi all,
is there a way to avoid the module signature check
if (ngx_strcmp(module->signature, NGX_MODULE_SIGNATURE) != 0) {
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
"module \"%V\" is not binary compatible",
file);
return NGX_ERROR;
}
on nginx startup ?
I would like to build a dynamic module and make it compatible with a
version of nginx regardless of options used in ./configure
-Massimiliano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160623/7d03d5ee/attachment.html>
More information about the nginx-devel
mailing list