I follow the instruction $ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $ cd grpc $ git submodule update --init $ make
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. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/88968c9b-2185-449b-9b75-99e3da77394f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
