majetideepak commented on PR #7933: URL: https://github.com/apache/incubator-gluten/pull/7933#issuecomment-2549377562
@PHILO-HE Static build is fine to some extent but forcing standard shared libraries such as libcurl, openssl to be statically linked is tricky. Some library could be expecting libcurl to be available dynamically and if we statically link a different libcurl version, it can introduce ODR violations which are tricky to fix. We have to track every library used for this. Openssl has fips issue as reported here https://github.com/apache/incubator-gluten/issues/8232 -- 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]
