Re: Dynamic module not binary compatible

2016-06-23 Thread Maxim Dounin
Hello! On Thu, Jun 23, 2016 at 09:58:04AM +0200, Massimiliano Bellomi wrote: > 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, >

Dynamic module not binary compatible

2016-06-23 Thread Massimiliano Bellomi
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); retur