CMAKE build failure because grpc #1210
-
I tried to build opentelemetry-cpp (v1.2.0) with cmake following instructions: https://github.com/open-telemetry/opentelemetry-cpp/blob/main/INSTALL.md and encountered error “CMake Error at /usr/local/lib/lib/cmake/grpc/gRPCConfig.cmake:13 (include): I think I followed all prerequisites, I am on ubuntu: bionic (18.04) and I am building grpc 1.39.1 on same container before building opentelemetry. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This looks to be the problem with gRPC installation. Are you able to build a simple (non-opentelemetry) client-server example after installation as steps here |
Beta Was this translation helpful? Give feedback.
-
The full answer to this issue was provided by using docker image and scripts setup_grpc.sh as stated in discussion #1229 |
Beta Was this translation helpful? Give feedback.
The full answer to this issue was provided by using docker image and scripts setup_grpc.sh as stated in discussion #1229