Unfortunately I can not do that without permission as we use RPMs for distribution to our customers. I have gotten a bit further, but the cmake from the line command can not find the package protobuf. In our product make system it can. I will dig further into that and see if I can find the secret to getting cmake to find the package. ty for your input
On Tuesday, March 18, 2025 at 5:37:55 PM UTC+1 Peter Schow wrote: > On Tue, Mar 18, 2025 at 9:41 AM Brad Taylor <cbrad...@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/ff3512e3-60aa-42dd-a0f8-8a4bba2d6d53n%40googlegroups.com.