LuciferYang commented on PR #38609: URL: https://github.com/apache/spark/pull/38609#issuecomment-1311194812
User need to manually compile `protoc-xxx-linux-x86_64.exe` and `protoc-gen-grpc-java-1.47.0-linux-x86_64.exe` can executable on `CentOs6&CentOs7`. Or pre install the library to a custom directory on the machine, and change the `rpath` and `interpreter` of the official `protoc-xxx-linux-x86_64.exe` and `protoc-gen-grpc-java-1.47.0-linux-x86_64.exe` to the library path I choose the latter way and have build pass, this may be complex, but it is easier to perform than upgrading the OS base library. Yes, documentation is required to tell users how to use this way. Do we also need to tell users how to build `protoc-xxx-linux-x86_64.exe` and `protoc-gen-grpc-java-1.47.0-linux-x86_64.exe` in the document? -- 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]
