Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links for shared libraries in Docker image #193

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Sep 14, 2021

The docker image for latest changes has problem to run with opentracing module.

$ docker run -it opentracing/nginx-opentracing:edge nginx -g "load_module /usr/lib/nginx/modules/ngx_http_opentracing_module.so;"
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2021/09/14 16:49:01 [emerg] 1#1: dlopen() "/usr/lib/nginx/modules/ngx_http_opentracing_module.so" failed (libopentracing.so.1: cannot open shared object file: No such file or directory) in command line
nginx: [emerg] dlopen() "/usr/lib/nginx/modules/ngx_http_opentracing_module.so" failed (libopentracing.so.1: cannot open shared object file: No such file or directory) in command line

@lucacome lucacome requested a review from miry September 14, 2021 16:44
@lucacome lucacome merged commit 9cda2bd into master Sep 14, 2021
@lucacome lucacome added the bug label Sep 15, 2021
@lucacome lucacome deleted the fix/update-links-so branch September 15, 2021 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants