You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/09/09 03:56:16 UTC

[GitHub] [incubator-brpc] kungf commented on issue #1234: undefined reference to `google::protobuf

kungf commented on issue #1234:
URL: https://github.com/apache/incubator-brpc/issues/1234#issuecomment-689285417


   fixed, two libprotobuf in my os, because local installed protobuf when use grpc in /usr/local/lib, 
   and another installed by 
   
   `sudo apt-get install -y git g++ make libssl-dev libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev`
   
   delete one of them and fix it.
   
   you can check with:
   sudo find / -type f -name *protobuf.*


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org