nginx-opentracing
nginx-opentracing copied to clipboard
so isn't working
nginx version is 1.16.1 and opentracing module is 1.16.1 or 1.16.0 are not working, the error is :
nginx: [emerg] module "/usr/local/nginx/modules/ngx_http_opentracing_module.so" is not binary compatible in /usr/local/nginx/conf/nginx.conf:11 nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
when I use my personal compiled versioin it got error:
[16099299.111443] nginx[20083]: segfault at 4 ip 00007ffbf0cac52d sp 00007fff2e634410 error 4 in libjaegertracing.so.0.6.0[7ffbf0a16000+453000] [16099299.156030] nginx[20086]: segfault at 4 ip 00007ffbf0cac52d sp 00007fff2e634410 error 4 in libjaegertracing.so.0.6.0[7ffbf0a16000+453000]
Here is my working Dockerfile to make work Nginx 1.19.5 with Opentracing 1.6.0 https://github.com/opentracing-contrib/nginx-opentracing/pull/143