adonis0147 opened a new issue, #24799: URL: https://github.com/apache/doris/issues/24799
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Version: master ### What's Wrong? ```shell [INFO] Processing (grpc-java): olap_file.proto [INFO] Plugin path: /tmp/protoc-gen-grpc-java7667690249817629192.exe protoc-jar: executing: [/Programs/doris/thirdparty/installed/bin/protoc, -I/Programs/doris/fe/fe-core/../../gensrc/proto, --grpc-java_out=/Programs/doris/fe/fe-core/target/generated-sources, --plugin=protoc-gen-grpc-java=/tmp/protoc-gen-grpc-java7667690249817629192.exe, /Programs/doris/fe/fe-core/../../gensrc/proto/olap_file.proto] /tmp/protoc-gen-grpc-java7667690249817629192.exe: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/protoc-gen-grpc-java7667690249817629192.exe) --grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1. [ERROR] /Programs/doris/fe/fe-core/../../gensrc/proto/olap_file.proto [0:0]: /tmp/protoc-gen-grpc-java7667690249817629192.exe: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/protoc-gen-grpc-java7667690249817629192.exe) [ERROR] /Programs/doris/fe/fe-core/../../gensrc/proto/olap_file.proto [0:0]: --grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1. [ERROR] /Programs/doris/fe/fe-core/../../gensrc/proto/olap_file.proto [0:0]: ``` ### What You Expected? Build FE successfully on CentOS 6. ### How to Reproduce? ```shell ./build.sh --fe --clean ``` ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
