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

libjaegertracing_plugin.so missing debian libyaml-cpp dependency #655

Closed
pdabelf5 opened this issue Jul 23, 2024 · 0 comments · Fixed by #656
Closed

libjaegertracing_plugin.so missing debian libyaml-cpp dependency #655

pdabelf5 opened this issue Jul 23, 2024 · 0 comments · Fixed by #656

Comments

@pdabelf5
Copy link

The current images produced seems to be missing the libyaml-cpp dependency

Run container image

docker run --platform=linux/amd64 -it opentracing/nginx-opentracing:nginx-1.27.0 /bin/bash

Current behaviour

# ldd /usr/local/lib/libjaegertracing_plugin.so
	libyaml-cpp.so.0.6 => not found
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fffff4dc000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fffff2fb000)
	/lib64/ld-linux-x86-64.so.2 (0x00007ffffffcc000)

Expected behaviour

# ldd /usr/local/lib/libjaegertracing_plugin.so
	libyaml-cpp.so.0.7 => /lib/x86_64-linux-gnu/libyaml-cpp.so.0.7 
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fffff4dc000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fffff2fb000)
	/lib64/ld-linux-x86-64.so.2 (0x00007ffffffcc000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant