lhotari commented on PR #17612: URL: https://github.com/apache/pulsar/pull/17612#issuecomment-1245194812
> Actually I found the root cause is the ABI compatibility change of libopenssl and the link order issue in debian:9 image. At the moment, I'm verifying the change locally currently and going to push a new PR to replace this revert soon. It's possible to get the libcurl compilation to pass, but I'm just wondering what the purpose of it is in the first place. The solution in the Dockerfile has a mistake since it's not adding /usr/local/ssl/lib to ld.so.conf . This would be a way to achieve that: ``` echo /usr/local/ssl/lib >> /etc/ld.so.conf.d/ssl.conf && ldconfig -v ``` With this change, the compilation would pass, but I'm not sure if it would be the correct solution. -- 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]
