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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
