grahamedgecombe / nginx-ct

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

undefined symbol: ngx_ssl_ct_create_srv_conf #42

Closed eilandert closed 9 months ago

eilandert commented 2 years ago

Hello, I encountered this error on ubuntu 22.04, it ships with openssl3. Any idea?

root@b8ab3399ba7b:/etc/nginx/modules-enabled# ln -s ../modules-available/mod-http-ssl-ct.conf . root@b8ab3399ba7b:/etc/nginx/modules-enabled# nginx -t nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_ssl_ct_module.so" failed (/usr/share/nginx/modules/ngx_http_ssl_ct_module.so: undefined symbol: ngx_ssl_ct_create_srv_conf) in /etc/nginx/modules-enabled/mod-http-ssl-ct.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed

eilandert commented 2 years ago

Nevermind,

I needed to load mod-ssl-ct before mod-http-ssl-ct