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

[bitnami/nginx-ingress-controller] Error Loading libabsl_synchronization.so.2206.0.0 when Enabling OpenTelemetry in Bitnami NGINX Ingress Controller #73142

Open
kobin23 opened this issue Oct 7, 2024 · 2 comments
Assignees
Labels
in-progress nginx-ingress-controller tech-issues The user has a technical issue about an application

Comments

@kobin23
Copy link

kobin23 commented Oct 7, 2024

Name and Version

bitnami/nginx-ingress-controller:1.11.2-debian-12-r5

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Enable OpenTelemetry in the Helm Chart by specifying enable-opentelemetry: "true" in config section of values file.
  2. Deploy the Bitnami NGINX Ingress Controller Helm Chart on a Kubernetes cluster.
  3. Observe the error in the controller logs.

What is the expected behavior?

Ingress controller should enable OpenTelemetry module

What do you see instead?

Error: exit status 1
2024/10/07 17:09:53 [emerg] 1609#1609: dlopen() "/etc/nginx/modules/otel_ngx_module.so" failed (libabsl_synchronization.so.2206.0.0: cannot open shared object file: No such file or directory) in /tmp/nginx/nginx-cfg759397434:7
nginx: [emerg] dlopen() "/etc/nginx/modules/otel_ngx_module.so" failed (libabsl_synchronization.so.2206.0.0: cannot open shared object file: No such file or directory) in /tmp/nginx/nginx-cfg759397434:7
nginx: configuration file /tmp/nginx/nginx-cfg759397434 test failed

Additional information

No response

@kobin23 kobin23 added the tech-issues The user has a technical issue about an application label Oct 7, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 7, 2024
@kobin23 kobin23 changed the title Error Loading libabsl_synchronization.so.2206.0.0 when Enabling OpenTelemetry in Bitnami NGINX Ingress Controller [bitnami/nginx-ingress-controller] Error Loading libabsl_synchronization.so.2206.0.0 when Enabling OpenTelemetry in Bitnami NGINX Ingress Controller Oct 7, 2024
@github-actions github-actions bot removed the triage Triage is needed label Oct 8, 2024
@github-actions github-actions bot assigned migruiz4 and unassigned javsalgar Oct 8, 2024
@migruiz4
Copy link
Member

Thank you for reporting this issue @kobin23

We have detected an issue with the /etc/nginx/modules/otel_ngx_module.so linked dependencies and we are currently working on a fix.

I have no name!@nginx-ingress-controller-7cc6c57448-2ch4l:/etc/nginx$ ldd modules/otel_ngx_module.so 
...
        libabsl_synchronization.so.2206.0.0 => not found
...

@kobin23
Copy link
Author

kobin23 commented Oct 25, 2024

Hi @migruiz4!

Are there any updates on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress nginx-ingress-controller tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

3 participants