liuqinfei commented on issue #3218: URL: https://github.com/apache/brpc/issues/3218#issuecomment-3858433742
Thanks for your feedback! There appears to be an issue related to the Protobuf version. The openEuler OS ships with protobuf.x86_64 25.1-11.oe2403sp2, which leads to compilation errors when building BRPC. I therefore switched to protobuf.x86_64 3.14.0-8.oe2203sp2, and the BRPC build runs successfully without enabling the bthread-tracer feature. However, the build fails when enabling with-bthread-tracer. -- 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]
