guodongxiaren commented on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-903254369


   看起来应该是你系统里面编译的protobuf和编译brpc时ABI不匹配(g++版本问题)
   可以在你的机器上用protobuf源码重新编译一份protobuf放到默认的路径上,覆盖掉旧版libprotobuf.so。
   
   或者给brpc的Makefile中的CPPFLAGS增加`-D_GLIBCXX_USE_CXX11_ABI=0` 试试


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to