curl에서 https 프로토콜 사용하기 위하여,,

dkdlel12의 이미지

현재 리눅스 서버에서 curl을 사용하고 있습니다

curl에서 https프로토콜을 사용하려 합니다,

curl 버젼은 7.19.3 이고 ssl은 0.9.8 버젼입니다.

ssl을 깔고 curl을 configure하는데 아래와 같은 오류가 뜨네요

configure 방법은 ./configure --with-ssl=/usr/share/ssl 이었습니다.

configure: error: OpenSSL libs and/or directories were not found where specified

해결책이 궁금하네요