For the C++ API, the version of protobuf needed is basically at least 3.0. There's no strong requirement in terms of which version of protobuf you're supposed to use here - as long as it's at least 3.0 that is. However, your version of RHEL means you have a very old compiler, which very likely won't compile our C++ layer.
On Thu, Jun 27, 2019 at 10:09 AM <[email protected]> wrote: > Hello All, > > We am presently playing around with gRPC and Protobuf, and require some > guidance here. We have an existing system that is compatible with RHEL 6.8 > and written in C/C++. Now, we are planning to introduce a new module that > behaves as a gRPC client and also uses Protobuf as communication protocol > between client and server. The current version of protobuf that we could > use without changing any RHSCL or RHDTS in RHEL 6.8 is 3.5.1. However, we > are not sure about the gRPC version that is compatible with protobuf 3.5.1 > or shipped with protobuf 3.5.1 which can be built and installed on top of > RHEL 6.8. > > Can you please guide us further? Do we have a compatibility table that > provides the detailed compatibility of gRPC with protobuf and supported OS > versions? The release notes do not seem to provide enough information... > > Regards, > Debdatta Bhattacharjee > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/cfca5d4e-d7d5-4d11-86b2-6b1713b7d980%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/cfca5d4e-d7d5-4d11-86b2-6b1713b7d980%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAEvr0PEXyGNyz9xUk_J2YvbmxW90xkbYQTPxup4G-_OJNx4JoQ%40mail.gmail.com.
