Closed heriberto-delgado closed 6 months ago
The fix for this was merged. Closing this issue
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the bug
Building the SDK for Ubuntu 18.04, as of 4 / 18/ 2024, fails on CurlHttpClient.cpp:909, because of an incorrect version check for libcurl.
CURLINFO_APPCONNECT_TIME_T is available for libcurl 7.61.0 and later. The code, however, checks for v. 7.55.0.
The documentation reference can be found here: https://curl.se/libcurl/c/CURLINFO_APPCONNECT_TIME_T.html
Expected Behavior
Code compiles.
Current Behavior
Code does not compile.
Reproduction Steps
Perform a build following the instructions in the main repo page.
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
Latest (3 hours after
tags/1.11.310
)Compiler and Version used
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Operating System and version
Ubuntu 18.04