PHILO-HE commented on PR #7933:
URL: 
https://github.com/apache/incubator-gluten/pull/7933#issuecomment-2550120489

   > @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 in a different library, 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 #8232
   
   @majetideepak, I see. We didn't realize this issue before. Considering what 
you mentioned, some libs should be dynamically linked even if static build is 
used for Gluten. We should adjust our target of static build. cc @FelixYBW


-- 
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]

Reply via email to