nginx-opentracing icon indicating copy to clipboard operation
nginx-opentracing copied to clipboard

so isn't working

Open EasonFeng5870 opened this issue 4 years ago • 2 comments

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

EasonFeng5870 avatar Jul 08 '20 05:07 EasonFeng5870

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]

EasonFeng5870 avatar Jul 08 '20 05:07 EasonFeng5870

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

miry avatar Dec 16 '20 10:12 miry