[fix][cpp] Revert OpenSSL version in rpm and deb package - #17612
[fix][cpp] Revert OpenSSL version in rpm and deb package#17612RobertIndie wants to merge 1 commit into
Conversation
BewareMyPower
left a comment
There was a problem hiding this comment.
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. With this change, the compilation would pass, but I'm not sure if it would be the correct solution. |
|
I made another attempt in #17613 which fixes the invalid linking configuration. |
|
Replaced with #17614 |
Motivation
See #17538 (comment)
This issue has blocked the master branch. Revert the OepnSSL version in rpm and deb package to unblock the master until we find the root cause and give a fix.
Modifications
Documentation
doc-required(Your PR needs to update docs and you will update later)
doc-not-needed(Please explain why)
doc(Your PR contains doc changes)
doc-complete(Docs have been already added)