open-telemetry / open-telemetry/opentelemetry-cpp
Error on build, unresolved symbol
Open
@marcalff is already working on this.
Since Sep 25, 2023.
bug
Stale
triage/needs-information
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 632
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 75
Description
Try to build 1.9.1 version on ubuntu 22.04 gcc12
Build from conan center recipe
Following error messages at the end of building (executable func_otlp_http)
Unresolved symbol sd_is_socket_unix
Unresolved symbol sd_is_socket_inet
Unresolved symbol sd_listen_fds
All symbols are located in libgprc.a
It seems to miss lsystemd on command line but I can't find where to add it
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.