On Tue, Mar 18, 2025 at 9:41 AM Brad Taylor <cbradtay...@gmail.com> wrote: > > Oracle Linux Server release 9.5 > GNU bash, version 5.1.8(1)-release (x86_64-redhat-linux-gnu) > I did not build grpc, but instead installed from an Rpm in the el9 repositories > dnf into grpce* > Name : grpc Version : 1.46.7 Release : 10.el9 > Name : grpc-cli Version : 1.46.7 Release : 10.el9 > Name : grpc-cpp Version : 1.46.7 Release : 10.el9 > Name : grpc-data Version : 1.46.7 Release : 10.el9 > Name : grpc-devel Version : 1.46.7 Release : 10.el9 > Name : grpc-doc Version : 1.46.7 Release : 10.el9 > Name : grpc-plugins Version : 1.46.7 Release : 10.el9
> A couple of things: gRPC 1.46.7 is 2+ years old And the c++ example you are trying to build assumes that grpc and protobuf have been built/installed with cmake. See: grpc/examples/cpp/cmake/common.cmake # cmake build file for C++ route_guide example. # Assumes protobuf and gRPC have been installed using cmake. The easiest and most straightforward path to take is simply build grpc (and friends) yourself instead of relying on ancient OS packages. It's all here: https://grpc.io/docs/languages/cpp/quickstart/ -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/CANaTVhXYUXYmTyAos-%3DzU_WqZOAjaz_zEmfcocisDGdmBrvObA%40mail.gmail.com.