-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.
Description
What platform/OS are you using?
Ubuntu 18.04
What compiler are you using? what version?
g++ 7.3.0
Error Output:
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_global_cleanup@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_getinfo@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_global_init@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_perform@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_init@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_slist_free_all@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_setopt@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_slist_append@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_cleanup@CURL_OPENSSL_4'
/usr/local/lib/libaws-cpp-sdk-core.so: undefined reference to `curl_easy_reset@CURL_OPENSSL_4'
This issue persists even after installing the latest curl
and libcurl4-openssl-dev
.
Metadata
Metadata
Assignees
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.