pratham76 opened a new issue, #7307: URL: https://github.com/apache/incubator-gluten/issues/7307
### Backend VL (Velox) ### Bug description Gluten build with the Velox backend on a CentOS 9 base fails when run on the latest Spark-3.4.x runtime in a CentOS 9-based environment with the following error: ``` s2n_init() failed: 402653267 (The libcrypto major version number seen at compile-time is different from the major version number seen at run-time) Fatal error condition occurred in /incubator-gluten/ep/build-velox/build/velox_ep/aws-sdk-cpp/crt/aws-crt-cpp/crt/aws-c-io/source/s2n/s2n_tls_channel_handler.c:203: 0 && "s2n_init() failed" ``` The error seems to be caused by a mismatch between the version of OpenSSL used at build-time and the version available in the runtime environment. This results in the failure of s2n_init(), which depends on a consistent version of libcrypto. ### Spark version Spark-3.4.x ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
