grahamedgecombe / nginx-ct

Certificate Transparency module for nginx.
https://grahamedgecombe.com/projects/nginx-ct
ISC License
176 stars 29 forks source link

undefined symbol: ngx_modules #40

Open amelroua opened 4 years ago

amelroua commented 4 years ago

I tried to compile with Nginx 1.17.5 and get the following error when nginx-ct is compiled as dynamic module: nginx: [emerg] dlsym() "/etc/nginx/ngx_ssl_ct_module.so", "ngx_modules" failed (/etc/nginx/ngx_ssl_ct_module.so: undefined symbol: ngx_modules) in /etc/nginx/nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed

iatpatelishan commented 3 years ago

Were you able to resolve it? Looks like it is failing with 1.18.0 as well