I follow the instruction
During the make, I got following error
[HOSTLD] Linking ***/grpc/bins/opt/grpc_cpp_plugin
/usr/bin/ld: warning: libprotobuf.so.11, needed by //usr/local/lib/libprotoc.so, may conflict with libprotobuf.so.8
/usr/bin/ld: ***/grpc/objs/opt/src/compiler/cpp_plugin.o: undefined reference to symbol '_ZN6google8protobuf19FileDescriptorProto18kSyntaxFieldNumberE'
//usr/local/lib/libprotobuf.so.11: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [***/grpc/bins/opt/grpc_cpp_plugin] Error 1
I appreciate all the help.