AWS SDK Cpp cmake error
현상:
jwpark@jwpark-OptiPlex-3050 /data1/dev/aws-sdk-cpp-1.6.20 $ cmake .
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- TARGET_ARCH not specified; inferring host OS to be platform compilation target
-- Building AWS libraries as shared objects
-- Generating linux build config
-- Building project version: 1.6.20
-- Zlib include directory: /usr/include
-- Zlib library: /usr/lib/x86_64-linux-gnu/libz.so
-- Encryption: Openssl
-- Openssl include directory: /usr/include
-- Openssl library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
-- Http client: Curl
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
CMake Error at cmake/external_dependencies.cmake:86 (message):
Could not find curl
Call Stack (most recent call first):
CMakeLists.txt:112 (include)
-- Configuring incomplete, errors occurred!
해결:
sudo apt-get install libcurl4-openssl-dev
'프로그래밍 > C빌드 에러' 카테고리의 다른 글
[C++][GDB] std::string 에 계속 append() 데이터를 넣을 경우 signal SIGABRT, Aborted. (0) | 2022.05.11 |
---|---|
[Ubuntu][GDB] Cannot access memory at address 발생하지 않는 방법 (0) | 2022.05.11 |
[C 빌드 에러] error: narrowing conversion of ‘’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] (0) | 2020.11.10 |
LINUX 빌드 후 mysql_query() 함수 Segmentation fault (0) | 2013.05.10 |
ld: 0711-317 ERROR: Undefined symbol: .floor (0) | 2013.05.09 |
댓글