node.js를 설치하려고하는데 OpenSSL 지원이 누락 된 것을 발견했습니다 ./configure
.
어떻게 고칠 수 있습니까? 필수 단계입니까? 시겠습니까 --without-ssl
옵션은 문제를 해결?
# ./configure
Checking for gcc : ok
Checking for library dl : not found
Checking for openssl : not found
Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
/home/ec2-user/node-v0.6.6/wscript:374: error: Could not autodetect OpenSSL
support.
Make sure OpenSSL development packages are installed. Use configure --without-ssl
to disable this message.